/* CSS Document */

/*TEXT*/
	/*BODY*/
	.bodySmallText{font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman"; font-size:10px; color:#FFFFFF;}
	.bodyMediumText{font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman"; font-size:11px; color:#FFFFFF;}	
	.bodyLargeText{font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman"; font-size:12px; color:#FFFFFF;}
	.bodyHeadlineText{font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman"; font-size:14px; color:#FFFFFF;}
	.bodyMassiveHeadlineText{font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman"; font-size:18px; color:#FFFFFF;}	
	.bodySmallBlackText{font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman"; font-size:10px; color:#000000;}
	.bodyMediumBlackText{font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman"; font-size:11px; color:#000000;}	
	.bodyLargeBlackText{font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman"; font-size:12px; color:#000000;}
	.bodyHeadlineBlackText{font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman"; font-size:14px; color:#000000;}
	.bodyMassiveHeadlineBlackText{font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman"; font-size:18px; color:#000000;}
	.bodyBlueHeadlineBlackText{font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman"; font-size:14px; color:#063FA3;}
	.bodyLargeBlueText{font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman"; font-size:12px; color:#063FA3;}
	
	p{
		font:12px "Trebuchet MS", Arial, Verdana, "Times New Roman";
		color:#FFFFFF;
		}
	
	/*FOOTER*/		
	.footerText{font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman"; font-size:11px; color:#004d0f;}	

/*LINKS*/
	/*BODY*/		
	a.bodyLargelink, a.bodyLargelink:visited{font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman" "Times New Roman"; font-size:							
	12px; color:#FFFFFF;}
	a.bodyLargelink:hover{font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman" "Times New Roman"; font-size:12px; color:#FFFFFF; 
	text-decoration:none;}
	a.bodyLargeBlacklink, a.bodyLargeBlacklink:visited{font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman" "Times New Roman"; 			
	font-size:12px; color:#000000;}
	a.bodyLargeBlacklink:hover{font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman" "Times New Roman"; font-size:12px; color:
	#000000; text-decoration:none;}
	a.bodyBlueLargelink, a.bodyBlueLargelink:visited{font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman" "Times New Roman"; 	  
	font-size:12px; color:#063FA3;}
    a.bodyBlueLargelink:hover{font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman" "Times New Roman";font-size:12px; color:
	#063FA3; text-decoration:none;}
	/*FOOTER*/
	a.footerlink, a.footerlink:visited{font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman" "Times New Roman"; font-size:							
	11px; color:#004d0f;}
	a.footerlink:hover{font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman" "Times New Roman"; font-size:11px; color:#004d0f; 
	text-decoration:none;}
	a, a:visited{font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman" "Times New Roman"; font-size:							
	12px; color:#FFFFFF;}
	a:hover{font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman" "Times New Roman"; font-size:12px; color:#FFFFFF; 
	text-decoration:none;}
	
/*BACKGROUNDS*/	
	.menubackground{background-image:url(../images/backgrounds/blue-menu-background.gif); background-repeat:repeat-x;}
	.bodybackground{background-image:url(../images/backgrounds/blue-body-gradient-bg.gif); background-repeat:repeat-x;}
