/* Page Level Styles */

BODY{
	 margin:10px;
	 font-size: 0.8em;
	 font-family:verdana, tahoma, 'ms sans serif', arial;
	 color: #000000;
}

td {
	font-size: 0.8em;
}
th{
	font-size:0.9em;
}
input{
	font-size:1em;
}

h1 {
  font-size: 2em;
  font-weight: bold;
  text-transform : capitalize;
}

h2 {
  font-size: 1.50em;
  font-weight: bold;
  text-transform : capitalize;
}

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

A{
	text-size:1.0em;
	text-decoration: underline;
}
/* the bold font size is way too big, let's make it a little smaller */
b,strong{
	font-size:0.9em;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

.error{color:#CC0000;}

.sTx,.sLn{font-size:0.86em;}
.lTx,.lLn{font-size:1.2em}

/* Form Specific Styles */

/* Nav Specific Styles */

#hnav {
	margin: 0px;
	padding: 0px;
	color: #000;
	/* --------- needs to be 200% for Win32 IE ------------- */
	line-height:200%;
	text-align:center;
	vertical-align:middle;
}
#hnav span a
{
	text-decoration: none;
	color: #fff;
	padding: 5px 10px 5px 10px;
	border: solid 0px #000;
}

#hnav span a
{
	text-decoration: none;
}
#hnav span a:hover/* Hide this from IE 5.0 */
{
	text-decoration: underline;
}

#vnav {
}

/* Module Specific Styles */
.mdCaption{
	font-style: oblique;
	font-size:0.8em;
}

.qCls{
	font-size:0.9em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 0px;
}
.ansCls{
	font-weight: normal;
	font-size:0.9em;
	color: #cccccc;
	text-decoration: none;
	padding: 0px;
}

