/*
	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: #000;
}
/* Default text color, should be same as that defined above */
TD,P,B,DIV.dTx{
	color: #000;
}
h3{
	color: #000000;
}
/* Default colors for all links */
A{
	color: #003366;
}
/* Color of text that appears within form fields */
INPUT{
	color: #003366;
}
/* 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: #FF8C00;
}
/* Text color for answers in a poll */
.ansCls{
	color: Green;
}
/* 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: #cccccc;
	color: White;
}
/* What the active link color should be for top nav links */
#hnav span a
{
	color: #d1a952;
}
/* Inactive link color */
#hnav span a.linkOff {
	color: #006699;
}
/* top navigation link colors for when your mouse hovers over a link. 
Usually the same as the inactive link color */
#hnav span a:hover
{
	color: #d1a952;
}
/* 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: #003366;
}
/* Inactive side navigation link color */
#vnav ul li a.linkOff {
	color: #FFFFFF;
}
/* 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: #003366;
}
#vnav a
{
	padding-left:10px;
}
