﻿body {
	background-color: #000000;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dddddd;
	text-align: center;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dddddd;
}
a {
	font-weight: bold;
	color: #dddddd;
	text-decoration: none;
}
a:hover 
{
	color: #2d60ba;
	text-decoration:underline;
}

.footer 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;

}
.footer a
{
	color: #FFFFFF;
	font-weight: normal;

}
.footer a:hover
{
	color: #bbbbbb;
	text-decoration:none;
	font-weight: normal;

}

.m-nav a {
	font-weight: bold;
	font-size: 11px;
	color: #3878e9;
	text-decoration: none;

}

.m-nav a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration:underline;

}

.MaskedEditError
{
    background-color: #ffcccc;
}

.text-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;

}
.text-box-100 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;
	width: 99%;

}
.text-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.text-buttond {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;

}
.FB-img 
{
	/* Facebook-friendly programming for /index.aspx to show main image and text on Facebook embed but not on site */
	visibility: hidden;
	font-size: 6px;
}