﻿body
{
	background-color: #3F3F5F;
	background-repeat: repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}

#mainTable
{
	width: 760px;
	border: 0px;
	text-align: center;
}

.pageTable
{
	width: 760px;
	background-color: #ECFFFF;
	margin-top: 8px;
	text-align: justify;
	padding: 0px 15px 0px 20px;
}

.menu
{
	color: #314474;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.menu:hover
{
	color: #ffc12c;
}

.tdMainTitle
{
	padding-top: 15px;
}

.tdSecondaryTitle
{
	background-color: #ECFFFF; 
	padding-top: 12px;
	font-size: 16px;
	font-weight: bolder;
}

.mainTitle
{
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bolder;
	color: #666666;
}

.titleLink
{
	color: #666666;
	font-size: 20px;
	font-weight: bolder;
	text-decoration: underline;
}


.textLink
{
	color: #666666;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: underline;
}

.tdText
{
	background-color: #ECFFFF; 
	padding-top: 3px;
}

.text
{
	color: #66667b;
	font-size: 12px;
	line-height: 18px;
}

.validatorCalloutHighlight
{
	text-align: center;
	background-color: #3F3F5F;
	color: White;
}
.mailClass
{
	color: white;
	text-decoration: underline;
}

.mailClass:visited 
{
	color: white;
	text-decoration: underline;
}