/* The default font for entire site */
H3,H5,A,P,B,INPUT,.sTx,LI,.error,DIV,.dTx,.qCls,.ansCls{font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
/* Default font size for most text */
P,B,INPUT,A,LI,DIV{
	font-size: 12px;
}
/* The font size for text descriptions of the various form fields  */
.dTx{
	font-size: 12px;
}
/* Main title text  */
H3{
	font-size:16px;
	font-weight:Bold;
	text-transform : capitalize;
	padding:0 5 0 0;
}
/* sub title text */
H5{
	font-size:16px;
	font-weight:Bold;
	text-transform : capitalize;
	padding: 0 0 0 0;
	margin: 0 6 0 0;
}
/* Font size for and decoration of links  */
A{
	font-size: 12px; 
	text-decoration: underline;
}
/* the body of quotes */
.quoteBody,.quoteName{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}	
.quoteName {
	font-size: 11px;
	font-weight:Bold;
}
/*  Photo captions */
.mdCaption{font-size:10px;font-style : italic;}
/* Error Text  */
.error{font-size:11px;font-weight:bold;}
/* Small text   */
.sTx,.sLn{font-size:9px;}
/*  Large text */
.lTx,.lLn{font-size:13px}
/*  Question and answer sizes for polls */
.qCls,.ansCls{font-size:12px}
/* tertiary navigation links.*/
a.lNavLnOn,a.lNavLnOff{padding:6px; font-size:11px; text-decoration:none;}
/* currently active tertiary link with mouseover */
a.lNavLnOn:hover{
	text-decoration:underline;
}
/* currently inactive tertiary link with mouseover */
a.lNavLnOff:hover{
	text-decoration:underline;
}

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

/*** secondary 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 
						*/
}
/* secondary navigation link size */
#vnav ul li a
{
	font-size:11px;
	text-decoration:none;
}
/* primary navigation link size */
#hnav a.linkOff
{
	font-size:11px;
	text-decoration: none;
}
/* primary navigation active link */
#hnav a
{
	font-size:11px;
	text-decoration: none;
}
