body,H3,A,P,B,INPUT,.sTx,LI,.error,DIV,.dTx,.qCls,.ansCls{font-family: Verdana,Arial,Helvetica,sans-serif}
body, P,B,INPUT,A,LI,.dTx,DIV{
	font-size: 12;
}
H3{
	font-size: 16px;
	font-weight: Bold;
	text-transform: capitalize;
	padding: 5px 0 0px 0;
	color: #30A219;
}

A{
	font-size: 13px; 
	text-decoration: underline;
	color: #30A219;
}
a:hover {
	color: #0E31BC;
}
a:visited{
	color: #0E31BC;
}

body{
	background-color: #ccf7e0;	/* border/edge of the layout color */
	padding: 4px;
	margin: 4px;
	margin-left: 0px; /*-- Designer Specified --*/
	margin-top: 0px; /*-- Designer Specified --*/
	margin-right: 0px; /*-- Designer Specified --*/
	margin-bottom: 0px; /*-- Designer Specified --*/
}

/* Default text color, should be same as that defined above */
BODY, TD,P,B,DIV{
	color: #2530CD;
}
.dTx {
	color: #237112;
}
INPUT{
	color: #666666;
}

.error{
	font-size:13px;font-weight:bold;
	color:#CC0000
}
.qCls{
	font-size:13px
	color: #FF8C00;
}
.ansCls{
	font-size:13px
	color: Green;
}
.mdCaption{font-size:11px;font-weight:bold;}
.sTx,.sLn{font-size:11px;}
.lTx,.lLn{font-size:15px}



/*---- Layout ----*/
div
{
	/* this is for netscape 4's sake */
	margin: 0;
	padding: 0;
}



/* ------------- file upload styles ----------------------*/
#dottedbar {
	border-bottom: 1px dashed #fff;
	margin: 0px;
	width: 100%;
	padding: 0px 0px 10px 0 px;
}
.file {
	font-family: verdana, arial, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-align: justify;
	padding: 0px 0px 0px 0px;
	border: 1px solid #D2D6DA;
	margin: 0px 0px 0px 0px;
	line-height:1.8;
	color:#000;background: #ccf7e0;
}
	
.holder {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: right;	
	padding: 0px 0px 0px 0px;
	border: 1px solid #ffffff;
	margin: 3px 3px 3px 3px;
	line-height:1.8;
	color:#000;background: #ccf7e0;
}

.important {
	font-family: verdana, arial, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-align: justify;
	padding: 0px 5px 0px 5px;
	border: 1px solid #D2D6DA;
	margin: 5px 0px 5px 0px;
	line-height:1.8;
	background: #F2F4F7;
}
.indent {
	margin: 0px;
	padding:0px 5px 0px 0px;
	background:transparent;  							
}



