/* CSS Document */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ABABAB;
}

.footerlink
{
	font-weight: bold;
	color: #ABABAB;
	text-decoration: none;
}

.footerlink:link
{
	font-weight: bold;
	color: #ABABAB;
	text-decoration: none;
}

.footerlink:visited
{
	font-weight: bold;
	color: #ABABAB;
	text-decoration: none;
}

.footerlink:hover
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a
{
	color: #DAE49F;
	text-decoration: none;
}

a:link
{
	color: #DAE49F;
	text-decoration: none;
}

a:visited
{
	color: #DAE49F;
	text-decoration: none;
}

a:hover
{
	color: #DAE49F;
	text-decoration: underline;
}

.inputform
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323947;
	letter-spacing: .5px;
	border: 2px solid #DAE49F;
	background-color: #FFFFFF;
	padding: 2px;
}

.buttonstyle
{
	background-color: #525252;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	border-style: solid;
	border-width: 1px;
	border-color: #DAE49F;
	letter-spacing: .5px;
}

.error

{
	color: #FD6327;
}

.checkboxstyle
{
	margin-left: 0px;
}