body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #FFFFFF;
	
	
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;		
	font-size: 24px;
  font-weight: bold;
	line-height: 30px;  
	color: #00ABBD;
}
h2 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 18px;
	color: #ED1C24;
	font-weight: bold;
	
}
h3 {
	color: #000000
}

a {
	color: #132788;
	font-weight: bold;	
	text-decoration: None;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #D39739;
	text-decoration: underline;
}


.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
	line-height: 30px;  
	color: #ED1C24;
}


.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  
}


.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #006666;
  color: #DCDCDC;
}


.boldtext {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.whtext {
	
	font-weight: bold;
	color: #FFFFFF;
}
.italic {
	font-style: italic;
	font-weight: normal;
}
/* ID Styles */
#navigation td {
	border-top: 1px solid #FFFFFF;
		font-weight: normal;
		padding: 4px 15px;
		display: block;
		font-size: 14px;
		line-height: 24px;
		 
		 			
			}

#navigation a {
		font-weight: normal;
		padding: 4px 10px;
		display: block;
		font-size: 14px;	
		font-weight: bold;	
		line-height: 24px;	
		color: #00ABBD;	
		border-bottom: 1px dotted #FFFFFF;
		background: url(images/arrow.gif) no-repeat;
		  background-position: 1px 8px;			
	}
	
#navigation a:hover {
		
		font-weight: normal;
		padding: 4px 10px;
		display: block;
		font-size: 14px;
		font-weight: bold;			
		line-height: 24px;
		color: #FFFFFF;
		border-bottom: 1px dotted #FFFFFF;
		 background: url(images/arrow2.gif) no-repeat;
		  background-position: 1px 8px;
	}

	
 