/* CSS Document */
*{
	margin:0;
	padding:0;
}
body {
	background-image: url(images/bg.jpg);
	background-position:center;
	background-position:top;
	font-family:Verdana, Geneva, sans-serif;
	background-repeat:no-repeat;
	background-color:#000;
	background-attachment:fixed;
}
td {
	vertical-align: top; 
}
td.content {
	font-family:Verdana, Geneva, sans-serif; 
	font-size: 12px ;  
	color: #003366;
	font-weight: normal ; 
}

a { color: #003366; }
a:visited { color: #003366; }


a.nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px ; 
	font-weight: normal ; 
	color: #003366;
	text-decoration: none;
}
a.nav:hover {
	text-decoration: underline; 
	color: #993333; 
}

a.navsmall {
	font-size: 12px; 
	font-weight: normal ; 
	color: #003366; 
	text-decoration: none; 
}
a.navsmall:hover {
	font-size: 12px; 
	font-weight: normal ; 
	text-decoration: underline;
	color: #993333;
}

a.small {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px ; 
	font-weight: normal ; 
	color: #003366;
	text-decoration: underline ;
}

a.small:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px ; 
	font-weight: normal ; 
	color: #003366;
	text-decoration: none ;
}

li.menu { 
	padding-bottom: 12px; 
}

div.header_gray {
	background-image: url(images/bluebg.gif); 
	text-align: center; 
	font-family:Verdana, Geneva, sans-serif; 
	color: #000000; 
	font-size: 20px; 
	font-weight: bold; 
}
div.header_white {
	background-color: #FFFFFF; 
	text-align: center; 
	font-family:Verdana, Geneva, sans-serif; 
	color: #000000; 
	font-size: 20px; 
	font-weight: bold; 
}
font.subheader { 
	font-size: 16px; 
	color: #003366;
	font-weight: bold; 
}
