
.light
{
	background-color: #ffffff;
}
.dark
{
	background-color: #e5e8ec;
}

.FormTitle
{
	color: red;
}

.redLabel
{
	color: #FF0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.jobtitle
{
	color: #35679c;
	text-decoration: underline;
}

.redFont
{
	color: #FF0000;
}

#footer a
{
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}