/* 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;
}


.picR, .picL {width:240px; float:right; margin:8px; padding:8px; border:1px solid #F00; text-align:center; font-size:10px; font-weight:700; background-color:#727378; color:#FFF}  

.picR{ float:right; } 
.picL{ float:left; }

.picR img, .picL img { border:2px solid #FFF; background-color:#FFF; }  
