/*
	Use this file to set the colors required for the current organization
*/

/* Set the body background and default text color */
body
{
	background-color: #ffffff;
	color: #000000;
}
/* Default text color, should be same as that defined above */
TD,P,B,DIV.dTx{
	color: #000000;
}
/* Default colors for all links */
A{
	color: #FF6600;
}
a.hover{
	color: #FF6600;
}
h3{
	color:#660033
}
/* Color of text that appears within form fields */
INPUT{
	color: #000000;
}
/* Don't touch this. Only required if you want a border to show up around forms */
.regCell,.regCellBottom{
	border-left: none;
	border-top: none;
	border-right: none;
}
.regCellBottom{
	border-bottom: none;;
}
/* Error text color */
.error{color:#CC0000}
/* Text color for questions in a poll */
.qCls{
	color: #FF6600;
}
/* Text color for answers in a poll */
.ansCls{
	color: #000000;
}
/* Top navigation link colors. The background-color should be set to the same as that 
for the body above. The color should be set to whatever color the separators should be */
#hnav
{
	background-color: #F0F3D8;
}
/* What the active link color should be for top nav links */
#hnav span a
{
	color: #000;
	background-color: #FF6600;
}
#hnav span a.linkOff {
	background-color: #F0F3D8;
	color: #000;
}
#hnav span a:hover/* hide from IE 5.0 */
{
	background-color: #FF6600;
	color: #000;
}
#hnav2
{
	background-color: #FF6600;
}

/* What the active link color should be for nav links */
#hnav2 span a
{
	color: #000;
}
#hnav2 span a.linkOff {
	color: #fff;
}
#hnav2 span a:hover/* hide from IE 5.0 */
{
	color: #000;
}

/* 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: #fff;
	border-bottom: solid 1px #000066;
}
/* Inactive side navigation link color */
#vnav ul li a.linkOff {
	color: #FFCC00;
}
/* 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: #FFCC00;
}

