body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #003366;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #003366;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #003366;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 12px; 
	color: #990000;
	text-decoration: none;
}


.title {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
  	color: #003399;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
  	color: #FF9900;
}

.nav {
	padding-right: 5px; 
	display: block; 
	padding-left: 5px; 
	font-family: Tahoma;
	font-weight: bold; 
	font-size: 12px; 
	margin-bottom: 2px; 
	padding-bottom: 1px; 
	color: #3399CC; 
	padding-top: 1px; 
	text-decoration: none;
}
.nav:hover {
	display: block;  
	font-family: Tahoma;
	font-weight: bold; 
	font-size: 12px; 
	color: #ffffff; 
	background-color: #CC3333; 
	text-decoration: none;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #333333;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 12px; 
	color: #FFCC00;
	text-decoration: none;	
}


