body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	text-align: justify;
	line-height: 18px;
	text-indent: 0pt;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
}
a {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	color: #FF9900;
	text-decoration: none;
}
.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
	line-height: 12px;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5D98E4;
}
.text_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
	font-variant: small-caps;
	text-transform: uppercase;
}
hr {
	color: #336AB8;
	height: 1px;
}
.SP {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #006600;
}

.required {
	background-image: url(pics/required.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.NotRequired {
	background-image: url(pics/notrequired.gif);
	background-repeat: no-repeat;
	background-position:  left top;
}

.btn {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #6F4A00;
	background-image: url(png/btnback.png);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	width: 75px;
	cursor:hand;
	background-color: #DEC165;
	}

input, select, .inputbox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 95%;
	color: #675721;
	background-color: #FFE1A4;
	height: 15px;
	border: 1px solid #675721;
	padding: 0px;
	vertical-align: middle;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006633;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 15px;
	width:90%;
}

.btn {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #6F4A00;
	background-image: url(pics/btnback.gif);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	width: 75px;
	cursor:hand;
	background-color: #DEC165;
	}
