/* CSS Document */
.Title {  
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 18px; 
font-weight: bold;
color: #800000
         }
		 .blackTitle {  
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 18px; 
font-weight: bold;
color: #000000
         }
.smallGreytxt {  
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 13px; 
/*font-weight: bold;*/
color: #404040
         }
		 .tan {  
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold;
color: #c1c289
         }
		 .largeGreyTxt {  
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold;
color: #435f6c
         }
		 .boldGreyTxt {  
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold;
color: #404040
         }
 .colon {  
font-size: 9px; 
color: #808080
         }		 
		 .redtxt {  
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold;
color: #981b1e
         }
.bigRedtxt {  
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-weight: bold;
color: #981b1e
         }
/*---------------------------------------------------------------------------------------------	
nav link 
----------------------------------------------------------------------------------------------*/
.nav A {
	font-size: 11px; 
	text-decoration : none;
}
.nav A:visited {
	font-size: 11px; 
	text-decoration : none;
}
.nav A:hover {
	font-size: 11px; 
	text-decoration : none;
}
.nav A:active {
	font-size: 11px; 
	text-decoration : none;
}
/*---------------------------------------------------------------------------------------------	
red link 
----------------------------------------------------------------------------------------------*/
.red A {
Color :#dd2929;
	font-size: 12px; 
	text-decoration : none;
}
.red A:visited {
Color :#dd2929;
	font-size: 12px; 
	text-decoration : none;
}
.red A:hover {
Color : #404040;
	font-size: 12px; 
	text-decoration : none;
}
.red A:active {
Color :#dd2929;
	font-size: 12px; 
	text-decoration : none;
}
/*---------------------------------------------------------------------------------------------	
underlined link object for Green bottom Nav bar
----------------------------------------------------------------------------------------------*/	

.bottom a {
	Color :#00315c;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	/*font-weight: bold;*/
	text-decoration : none;
	
}
.bottom a:visited {
	Color : #00315c;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	text-decoration : none;
}
.bottom a:hover {
	Color : #404040;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	text-decoration : underline;
}
/*.link a:active {
	Color : #CC0000;
	Font-Weight : Bold;
	font-size: 12px; 
	text-decoration : underline;
}
*/
/*---------------------------------------------------------------------------------------------	
default links
----------------------------------------------------------------------------------------------*/	

A {
	Color :#1a3f7c;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration : underline;
	
}
A:visited {
	Color : #1a3f7c;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration : none;
}
A:hover {
	Color : #404040;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration : none;
}
A:active {
	Color : #1a3f7c;
	font-size: 12px; 
	text-decoration : none;
	}
	