html,body{
    margin:0;
    padding:0;
    height:100%;
	font-family: Arial, Helvetica, sans-serif;
}

div
{
	position:absolute;
	
}

table
{
	border:0px;
	padding:0px;
}

h1
{
	font-size:15pt;
	display:inline;
	line-height: 1em;
	color: #0a306e;
}

h2
{
	font-size:12pt;
	display:inline;
	color: #57A541;
}

A:active, A:link, A:visited
{	
	text-decoration: none;
	color:#00F
}
A:hover
{
	text-decoration:underline;
	color:#00F
}

.tabel {
	border-bottom:#666 dotted 1px;
}