/* CSS Document */

body {
	background-image: url(images/dkblue.gif);
	margin-top: 10;
	color: #000000;
	
}
table.bkgrn{
	table-layout: fixed;
	font-size: 12pt;
	background-color: #FFFFFF;

}
a:link{color:#000000; text-decoration: none;}
a:visited{color:#0000FF; text-decoration: none;}
a:focus{color:#FFFFFF; text-decoration: none;}
a:hover{background-color:#FFFF00; }
a:active{color:#008000;}

