﻿body {
	background-color: #000000;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	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: #E37055;
	text-decoration:underline;
}

h1
{
	font-size: 14px;
	font-weight: bold;
	color: #E37055;
	margin: 0px;
	padding: 0px;
}
.footer 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;

}
.footer a
{
	color: #777777;
	font-weight: normal;

}
.footer a:hover
{
	color: #bbbbbb;
	text-decoration:none;
	font-weight: normal;

}

.t-nav a {
	font-weight: normal;
	font-size: 10px;
	color: #999999;
	text-decoration: none;

}

.t-nav a:hover {
	font-weight: normal;
	color: #dddddd;
	text-decoration: none;

}
.m-nav a {
	font-weight: normal;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;

}

.m-nav a:hover {
	font-weight: normal;
	color: #E37055;
	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;

}
