.whiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}
.ash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #747474;
}
.ashlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #747474;
	text-decoration:none;
}
.ashlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	line-height:1.5;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #292929;
}
.linesep{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF6633;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
	text-decoration:none;
}
.redtext1 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color:#FF0000;
	text-decoration:none;
}

.redlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
	text-decoration:none;
}
.redlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF6600;
	text-decoration:underline;
}
.blues {
	font-family: Tahoma;
	font-size: 11px;
	color:#006666;
	text-decoration: none;
}
.txtBox {  
	font-family: Tahoma;
 	font-size: 11px; 
	font-weight: normal; 
	color: #000000; 
	background-color: #FFFFFF; 
	border: #006666; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
.txtButton {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5F615C;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
}