a.nav:link {color : #000000; text-decoration: none;}
a.nav:visited {color : #000000; text-decoration: none;}
a.nav:hover {color : #7c1315; text-decoration: none;}

a.body_white:link {color : #FFFFFF; font-weight:bold;}
a.body_white:visited {color : #FFFFFF; font-weight:bold;}
a.body_white:hover {color : #FFFFFF; font-weight:bold;}

a.body:link {color : #333333; font-weight:bold;text-decoration: underline;}
a.body:visited {color : #333333; font-weight:bold;text-decoration: underline;}
a.body:hover {color : #333333; font-weight:bold;text-decoration: underline;}

a.dhtmlgoodies_question:link {color : #333333; font-weight:bold;text-decoration: underline;}
a.dhtmlgoodies_question:visited {color : #333333; font-weight:bold;text-decoration: underline;}
a.dhtmlgoodies_question:hover {color : #333333; font-weight:bold;text-decoration: underline;}

a.subnav:link {color : #C58E0A; text-decoration: underline;}
a.subnav:visited {color : #898A8B; text-decoration: underline;}
a.subnav:hover {color : #7B85B8; text-decoration: underline;}

a.footer_blue:link {color : #024069; font-weight:bold;}
a.footer_blue:visited {color : #D89016; font-weight:bold;}
a.footer_blue:hover {color : #DA2F29; font-weight:bold;}

a.footer_red:link {color : #95211D; font-weight:bold;}
a.footer_red:visited {color : #D89016; font-weight:bold;}
a.footer_red:hover {color : #DA2F29; font-weight:bold;}

.body_white {
line-height: 16px;
font-size: 11px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
}

.body {
line-height: 16px;
font-size: 11px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
}

.body_purple {
font-size: 14px;
text-decoration: bold;
font-family: Arial, Helvetica, sans-serif;
color: #383fe8;
}

.body_red {
line-height: 16px;
font-size: 11px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: RED;
}

.nav {
font-size: 10px;
line-height: 11px;
text-decoration: none;
font-family: Verdana, Helvetica, sans-serif;
color: #000000;
}

.nav_small {
font-size: 9px;
line-height: 10px;
text-decoration: none;
font-family: Verdana, Helvetica, sans-serif;
color: #000000;
}

.nav_on {
font-size: 10px;
line-height: 11px;
text-decoration: none;
font-family: Verdana, Helvetica, sans-serif;
color: #383fe8;
}

.nav_on_sm {
font-size: 9px;
line-height: 11px;
text-decoration: none;
font-family: Verdana, Helvetica, sans-serif;
color: #7c1315;
}

.headline {
line-height: 18px;
font-size: 14px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #A0BB09;
}

.subnav {
line-height: 14px;
font-size: 10px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #464D5C;
}

.footer_blue {
line-height: 16px;
font-size: 11px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #196EA6;
}

.footer_red {
line-height: 16px;
font-size: 11px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #95211D;
}

.sel{
width: 56px;
}
.spotsel{
width: 125px;
}

.groupsel{
width: 152px;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	a:link {color : #333333; font-weight:bold;text-decoration: underline;}
	a:visited {color : #333333; font-weight:bold;text-decoration: underline;}
	a:hover {color : #333333; font-weight:bold;text-decoration: underline;}
	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration:underline;
	background-color:#FFFFFF;
	width:100px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-position:top right;	
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	width:100px;
	
	/* End layout CSS */
	color:#000;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}

