.text {
	font-size: 12px;
	font-style: normal;
	color: #FF6600;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.text a {
	font-size: 12px;
	font-style: normal;
	color: #FF6600;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif; 
	}
	
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

.BigOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;
}
.subt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFCC66;
}
.border {
	border-style: solid;
	border-width:1px;
	border-color: white;
	}
	
a:link { 
	text-decoration: underline; 
	font-size: 9px; 
	color: #FF6600;
	}

a:hover { 
	text-decoration: underline; 
	font-size: 9px;
	color: #FFCC66;	 
	}
	
a:active { 
	text-decoration: underline; 
	font-size: 9px;
	color: #FF6600;	
}

a:visited { 
	text-decoration: underline; 
	font-size: 10px;
	color: #FF6600;
}	