/* css document */


body { 
	margin-left:0; 
	margin-right:0; 
	margin-top:0; 
	margin-bottom: 0; 
	background-color:#999999;
	}

body, td, th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	}

a:link {
	color:#003366;
	text-decoration:underline;
	}

a:hover {
	color:#000000;
	text-decoration:none;
	}

a:visited {
	color:#990000;
	text-decoration:underline;
	}

h1 { color:#003366; }
h2 { color:#003366; }
h3 { color:#003366; }
h4 { color:#003366; }

.bottomlinks { 
	font-size: 10px; 
	color:#FFFFFF;
	 }
a.bottom:link {color:#FFFFFF}
a.bottom:hover {color:#990000}