.bodyText {
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size:13px;
	font-weight:normal;
	/*letter-spacing: -1px;*/
	color:#000000;
	}
	
.bodyTextWhite {
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size:13px;
	font-weight:normal;
	/*letter-spacing: -1px;*/
	color:#ffffff;
	}
	
.bodyTextWhiteSmall {
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size:10px;
	font-weight:normal;
	/*letter-spacing: -1px;*/
	color:#ffffff;
	}
	
.headingTextWhiteLarge {
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size:40px;
	font-weight:normal;
	/*letter-spacing: -1px;*/
	color:#ffffff;
	}
	
.headingTextYellowLarge {
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size:40px;
	font-weight:normal;
	/*letter-spacing: -1px;*/
	color:#ffcc33;
	}	
	
.headingTextWhiteMed {
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size:30px;
	font-weight:normal;
	/*letter-spacing: -1px;*/
	color:#ffffff;
	}
	
.headingTextYellowMed {
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size:30px;
	font-weight:normal;
	/*letter-spacing: -1px;*/
	color:#ffcc33;
	}				
	
.bodyTextBold {
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size:13px;
	font-weight:bold;
	/*letter-spacing: -1px;*/
	color:#000000;
	}

.bodyTextBoldWhiteSmall {
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size:20px;
	font-weight:bold;
	/*letter-spacing: -1px;*/
	color:#ffffff;
	}		
	
.bodyTextYellowTitle {
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#ffcc33;
	}
	
.bodyTextYellow {
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size:13px;
	color:#ffcc33;
	}		
	

a.HeaderLink {
	font-family: Trebuchet MS,  verdana, sans-serif; 
	font-size: 9pt; color: #ffffff; text-decoration:none;
	}
a.HeaderLink:visited {
	text-decoration:none;       
	color:#ffffff;
	}
a.HeaderLink:hover {
	text-decoration:none;  
	text-decoration:underline; 
	color:#ffffff;
	}
	
	
a.BodLinkYellow {
	font-family: Trebuchet MS,  verdana, sans-serif; 
	font-size: 10pt; color: #ffcc33; text-decoration:none;
	}
a.BodLinkYellow:visited {
	text-decoration:none;       
	color:#ffcc00;
	}
a.BodLinkYellow:hover {
	text-decoration:none;  
	text-decoration:underline; 
	color:#ffcc00;
	}
	
a.BodLinkWhite {
	font-family: Trebuchet MS,  verdana, sans-serif; 
	font-size: 10pt; 
	color: #ffffff; 
	text-decoration:none;  
	text-decoration:underline; 
	}
a.BodLinkWhite:visited {
	text-decoration:none;  
	text-decoration:underline;     
	color:#ffffff;
	}
a.BodLinkWhite:hover {
	text-decoration:none;  
	text-decoration:underline; 
	color:#ffffff;
	}
	
a.BodLinkSmallWhite {
	font-family: Trebuchet MS,  verdana, sans-serif; 
	font-size: 10px; 
	color: #ffffff; 
	text-decoration:none;  
	text-decoration:underline; 
	}
a.BodLinkSmallWhite:visited {
	text-decoration:none;  
	text-decoration:underline;     
	color:#ffffff;
	}
a.BodLinkSmallWhite:hover {
	text-decoration:none;  
	text-decoration:underline; 
	color:#ffffff;
	}	
	
	
	
/*Input Field*/
.InputFields {
background: transparent ! important; 
font-family: Trebuchet MS, verdana, sans-serif; 
font-size: 13px; 
color:#ffffff;
border : 1px solid #ffffff;
padding : 1px;
width: 200px;

}
.CustFeedbackComment {
background: transparent ! important; 
font-family: Trebuchet MS, verdana, sans-serif; 
font-size: 13px; 
color:#ffffff;
border : 1px solid #ffffff;
padding : 1px;
width: 600px;
overflow: scroll;
overflow-y: hidden;
overflow-x: hidden; 

}		
