/* CSS Document */

body{
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
	font-family: arial;
	font-size: 8pt;
	color: #333333;
	line-height: 1.2;
	background-color: #003366;
}

a:link{ color: #333333; text-decoration: none; }
a:hover{ color: #333333; text-decoration: none; }
a:visited{ color: #333333; text-decoration: none; }

.nav{
	font-size: 12px;
	font-weight: bold;
	color: 333333;
	padding-right: 65px;
}
.nav2{
	font-size: 13px;
	font-weight: bold;
	color: 003366;
	padding-right: 65px;
}

#tbl1{
	font-family: arial;
	font-size: 12px;
	color: #003366;
	/*line-height: 1.2;*/
}

h1{
	font-family: arial;
	font-size: 15px;
	color: #003366;
	font-weight: bold;
	/*line-height: 1.2;*/
}

#tbl2 td{
	font-family: arial;
	font-size: 8pt;
	color: #003366;
	border: 1px dotted #cccccc;
	border-collapse: collapse;
	padding: 5px;
	/*line-height: 1.2;*/
}

.powered{
	font-size: 10px;
	color: #ffffff;
	/*padding-bottom: 2px;*/
}
