/* CSS Document */

html, body  {
   padding: 0px;
   margin: 0px;
   background-color: #88AAFF;
}
td  {
	font-family: Tahoma;
	font-size: 11px;
	color: #003399;

}
a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
a:hover {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}
a.nav:link, a.nav:visited, a.nav:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.nav:hover {
	font-weight: bold;
	color: #FFFFFF;
}
h1 {
	font-size: 18px;
	color: #003399;
}
h2 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
