/*  --- INLINE STYLES ---  */
td {
	font-size: 12px !important;
}
tr {
	font-size: 12px !important;
}
body {
	background-color: #ffffff !important;
	font-family: Verdana !important;
	font-size: 12px !important;
}
table {
	font-size: 12px !important;
}
A { 
	text-decoration:none !important;
}
A:link {
	color: #0033FF !important;
	text-decoration: none !important;
} 
A:visited {
	color: #0033FF !important;
	text-decoration: none !important;
}
A:hover {
	color: #0099FF !important;
	text-decoration: underline !important;
} 
A:active {
	color: #0033FF !important;
	text-decoration: none !important;
}

/*  --- INPUT FIELD STYLES ---  */
input {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	/*border-top: 1px solid #000000 !important;
	border-right: 1px solid #999999 !important;
	border-bottom: 1px solid #999999 !important;
	border-left: 1px solid #000000 !important;*/
}
input.requiredField {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	/*border-top: 1px solid #000000 !important;
	border-right: 1px solid #999999 !important;
	border-bottom: 1px solid #999999 !important;
	border-left: 1px solid #000000 !important;
	background-image: url(/images/required.gif) !important;
	background-repeat: no-repeat !important;
	background-position: left !important;
	padding-left: 10px !important;*/
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	border-top: 1px solid #000000 !important;
	border-right: 1px solid #999999 !important;
	border-bottom: 1px solid #999999 !important;
	border-left: 1px solid #000000 !important;
}
select.requiredField {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	/*border-top: 1px solid #000000 !important;
	border-right: 1px solid #999999 !important;
	border-bottom: 1px solid #999999 !important;
	border-left: 1px solid #000000 !important;
	background-image: url(/images/required.gif) !important;
	background-repeat: no-repeat !important;
	background-position: left !important;
	padding-left: 10px !important;*/
}
.button {
	/*background-image :  url(/images/button_tile.gif) !important;*/
	background-repeat : repeat-x !important;
	margin-top: 2px !important;
	margin-right: 1px !important;
	margin-bottom: 1px !important;
	margin-left: 3px !important;
	padding-top: 1px !important;
	padding-right: 1px !important;
	padding-bottom: 1px !important;
	padding-left: 1px !important;
	border-top-color: #999999 !important;
	border-top-style: solid !important;
	border-top-width: 1px !important;
	border-right-color: #666666 !important;
	border-right-style: solid !important;
	border-right-width: 1px !important;
	border-bottom-color: #666666 !important;
	border-bottom-style: solid !important;
	border-bottom-width: 1px !important;
	border-left-color: #999999 !important;
	border-left-style: solid !important;
	border-left-width: 1px !important;
}
.formBody {
	padding-top: 12px !important;
	padding-right: 12px !important;
	padding-bottom: 0px !important;
	padding-left: 12px !important;
}
.formrowShade {
	background-color: #A3C2DD !important;
	padding-left: 12px !important;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}
.formrow {
	background-color: #E1EAF1;
	padding-left: 12px !important;
	padding-top: 6px !important;
	padding-bottom: 6px !important;

}
.formsubheading {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	font-weight:bold;
	background-color: #ffffff;
	padding-top: 6px !important;
	padding-bottom: 6px !important;

}
.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	background-color: #ffffff;
	padding-top: 6px !important;
	padding-bottom: 6px !important;

}

.txtred 
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif !important;
	font-size: 12px !important;
	color: Red;
}
