H3,A,P,B,TD,INPUT,.sTx,LI,.error,DIV,.dTx,.qCls,.ansCls{font-family:verdana,arial,tahoma;
	font-size:12px;
	color:#000000}

h3 {font-family:verdana,arial,tahoma; color:#CE0000; text-decoration:none; font-weight:bold; font-size:10pt}

A{
	font-size: 12px; 
	text-decoration: underline;
	color: #CE0000;
}
a:hover {
	color: #CE0000;
}
a:visited{
	color: #CE0000;
}

body{
	background-color: #ffffff;	/* border/edge of the layout color */
	color: #000000;
	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 */
TD,P,B,DIV.dTx{
	color: #000000;
}
INPUT{
	color: #666666;
}
.regCell,.regCellBottom{
	border-left: 0px solid #ff0000;
	border-top: 0px solid #ff0000;
	border-right: 0px solid #ff0000;
}
.regCellBottom{
	border-bottom: 0px solid #ff0000;
}
.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}

/*---- Simple Horizontal Navigation ----*/
#hnav
{
	margin: 0px;
	padding: 0px;
	background-color: gray;
	font-weight:bold;
	color: #ff0000;
	/* --------- needs to be 200% for Win32 IE ------------- */
	line-height:200%;
	text-align:center;
	vertical-align:middle;
}

#hnav2
{
	margin: 0px;
	padding: 0px;
	background-color: #CE0000;
	font-weight:bold;
	color: #000000;
	/* --------- needs to be 200% for Win32 IE ------------- */
	line-height:200%;
	text-align:center;
	vertical-align:middle;
}

#hnav span{
	padding:5px;
}
/* What the active link color should be for top nav links */
#hnav span a
{
	color: #ffffff;
	 font-weight:bold;
}
#hnav span a.linkOn
{
	color: #ffffff;
	 font-weight:bold;
	 background-color:#CE0000
}
#hnav span a.linkOff {
	color: #ffffff;
}
#hnav span a:hover/* hide from IE 5.0 */
{
	background-color: #CE0000;
	color: #ffffff;
}
#hnav2 span a:hover/* hide from IE 5.0 */
{
	background-color: #CE0000;
	color: #000000;
}

/* What the active link color should be for side navigation links. The border-bottom
should be set to whatever the body background color is. The color defined here is for
what the active side navigation link color should be */
#vnav ul li a
{
	color: #CE0000;
	
}
#vnav ul li {
	padding-top: 4px;
	padding-bottom: 4px;
}
/* Inactive side navigation link color */
#vnav ul li a.linkOff {
	color: #FFCC00;
}
#vnav ul {
	list-style-type:none;
}
/* top navigation link colors for when your mouse hovers over a link. 
Usually the same as the inactive link color */
#vnav ul li a:hover
{
	color: #000000;
}


/*** Vertical Navigation Area ***/
#vnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
}
/* Side navigation link size */
#vnav ul li a
{
	font-size:11px;
}
/* Top navigation link size */
#hnav span a,#hnav2 span a
{
	font-size:11px;
	text-decoration: none;
}
/* Top navigation active link */
#hnav span a.linkOff,#hnav2 span a.linkOff
{
	font-size:11px;
	text-decoration: none;
}

/*** Complex Horizontal Navigation ***/

#hnav span a,#hnav2 span a
{
	text-decoration: none;
	color: #fff;
	padding: 5px 5px 6px 5px;
}

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


