/* CSS Document */

.bodytext1 {
	font-family:"Trebuchet MS";
	color:#ffffff;
	font-size:10pt;	
}

.bodytext2 {
	font-family:"Trebuchet MS";
	color:#e41736;
	font-size:10pt;	
}

.bodytext3 {
	font-family:"Trebuchet MS";
	color:#6e6f74;
	font-size:10pt;	
}

.bodytext4 {
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:10pt;	
}

a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 	color: #000045;
	text-decoration:none;
} 

/*Hyperlink Hover Style*/
a:hover {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 color: #ffffff; 
	 text-decoration:underline;
}

a.bottommenu {
	font-family:"Trebuchet MS";
	color:#fffa44;
	font-size:7.5pt;	
	text-decoration:none;
}


/*Hyperlink Hover Style*/
a.bottommenu:hover {
	font-family:"Trebuchet MS";
	color:#ffffff;
	font-size:7.5pt;	
	text-decoration:none;
}


/*Border Styles*/
.border {
	border: 1px solid #e41736;
}