/*
	NS4 doesn't do well with added colors because of the extra padding added inside each
	block element. So colors are imported. This theme file will, thus, contain mostly
	font stuff.
 */
@import "colors.css";

H3,A,P,B,INPUT,.sTx,LI,.error,DIV,.dTx{font-family: Trebuchet MS, Charcoal, Arial, Helvetica, sans-serif;}
P,B,INPUT,A,LI,.dTx,DIV{
	font-size: 13px;
}

H3{
	font-size:16px;
	font-weight:Bold;
	text-transform : capitalize;
	padding: 5px 0 0px 0;
}

A{
	text-decoration: none;
	font-size: 13px; 
}
.error{font-size:13px;font-weight:bold;}
.sTx,.sLn{font-size:11px;}
.lTx,.lLn{font-size:15px}
.qCls,.ansCls{font-size:13px}
.lNavLnOn,.lNavLnOff,.lNavTx{font-family: Arial, Helvetica, sans-serif; padding:2px; font-size:11px;}
a:hover{text-decoration: underline;}
/* ------------ File Upload Styles ----------------*/
.file {
	font-family: verdana, arial, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-align: justify;
}
	
.holder {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: right;	
}

.important {
	font-family: verdana, arial, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-align: justify;
}

/*** Horizontal Navigation Area ***/
#hnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
}

/*** Vertical Navigation Area ***/
#vnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	line-height: 180%; /* Mozilla suffers from a rounding problem, 
						  this value may have to be tweaked if you 
						  change the font family or size 
						*/
}

#vnav ul li a
{
	font-size:11px;
}

#hnav span a
{
	font-size:11px;
}

