.normaltext{
	font-family: Verdana;
	font-size: 11.25px;
	color: #454545;
	text-decoration: none;
	
}
.normaltextiso{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
	
}

.normaltextblue {
	font-family: Verdana;
	font-size: 11px;
	color: #0A0C6B;
	text-decoration: none;
}
.whitetext {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.redtext {
	font-family: Verdana;
	font-size: 11px;
	color:#FF0000;
	text-decoration: none;
}
.leftlink {
	font-family: Verdana;
	font-size: 11px;
	color: #2A57A7;
	text-decoration: none;
}
.leftlink:hover {
	color: #FF6F10;
}
.yellowtext {
	font-family: Verdana;
	font-size: 12px;
	color: #F19804;
	text-decoration: none;
}
.bluetext {
	font-family:Verdana;
	font-size: 13px;
	color:#007DC9;
	text-decoration: none;
}
.orangetext {
	font-family:Verdana;
	font-size: 13px;
	color:#FF6F10;
	text-decoration: none;
}
.txtBox {  
	font-family: Tahoma;
 	font-size: 11px; 
	font-weight: normal; 
	color: #000000; 
	background-color: #F9F9F9; 
	border: #7F807E; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.txtButton  { 
	font-family: Tahoma; 
	font-size: 10px; 
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #475F83; 
	border-color: #7F807E #000000 #000000 #7F807E; 
	border-style: solid; 
	border-top-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-left-width: 2px;
}
.goldtext {
	font-family:Tahoma;
	font-size: 12px;
	color:#C18002;
	text-decoration: none;
}