/* Minalt Style Sheet */

.BODY{

	background-image: url(bg.jpg);

	background-repeat: no-repeat;
	
	background-color: #003366;

	margin-top: 0px;

	margin-bottom: 0px;

}



.HeaderWhite{  
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FFFFFF;
	}
	
	
.HeaderGreen{  
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	color: #669933;
	}


.HeaderOrange{  
	font-family: Helvetica, Arial, sans-serif;  
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FF9900;
	}
	

.HeaderBlack{  
	font-family: Helvetica, Arial, sans-serif;  
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000;
	}
	
	
.BodyTextItalic{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: italic; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;
	}
	
	
.BodyText{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
	}
	
	
.Footer{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #ffffff; 
	text-decoration: none;
	}
	
.FooterBold{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: #ffffff; 
	text-decoration: none;
	}


/* Link Properties */

.linkGreen{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #669933; 
	text-decoration: underline;
	}


a.linkGreen:hover{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-style: normal; 
	font-weight: normal;  
	color: #99cc66;
	text-decoration: underline;
	}


.linkNavGreen{  
	font-family: Helvetica, Arial, sans-serif;  
	font-size: 14px; 
	font-style: normal; 
	font-weight: normal; 
	color: #003300; 
	text-decoration: none;
	}


a.linkNavGreen:hover{  
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 14px;
	font-style: normal; 
	font-weight: normal;  
	color: #669933;
	text-decoration: underline;
	}
	

.linkUnderlinefooter{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #ffffff; 
	text-decoration: underline;
	}


a.linkUnderlinefooter:hover{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #ffcc66; 
	text-decoration: underline;
	}





