/*
	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";

body, td{font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:12px;}

H3{
	font-size:14px;
	font-weight:bold;
}

A{
	text-decoration: underline;
	font-size:1em;
}
.tNavLnOn,.tNavLnOff{padding:2px; font-size:11px; font-weight:bold}
.tNavLnOff{
	text-decoration: underline;
}
.lNavLnOn,.lNavLnOff,.lNavTx{padding:2px; font-size:10px;}
.lNavTx{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
}
.error{font-size:13px;font-weight:bold;}
.sTx,.sLn,div#summary p{font-size:11px; }
.lTx,.lLn{font-size:14px}
.qCls,.ansCls{font-size:13px}
a:hover{text-decoration: underline;}
.mdCaption{font-style : italic;}
/* ------------ 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;
}
