/* Morris Style Sheet */

.BODY{
	
	background-image: url(bg.jpg);

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

	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: #999933;
	}


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

.HeaderBlack{  
	font-family: Helvetica, Arial, sans-serif;  
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	color: #333333;
	}
	
	
.BodyTextItalic{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: italic; 
	font-weight: bold; 
	color: #333333; 
	text-decoration: none;
	}
	
	
.BodyText{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #333333; 
	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: #999933; 
	text-decoration: underline;
	}


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


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


a.linkNavGreen:hover{  
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 12px;
	font-style: normal; 
	font-weight: bold;  
	color: #999933;
	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: #003300; 
	text-decoration: underline;
	}





.BodyTextBold {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000}
.BodyTextGray {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666}
.Disclaimer {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #666666}
.SideText { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #333333; text-decoration: none; }
.HeaderGreenSide { font-family: Helvetica, Arial, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; color: #999933; }

