/* General Formatting */

body
{
	margin: 0;
   background-color: #2F2B23;
   background-image: url(../images/bg_crosshairs.jpg);
   background-position: center;
   background-attachment: fixed;
   background-repeat: no-repeat;
   font-family: Verdana;
}

table
{
	border: 0;
}

td
{
	font-size: 11px;
   line-height: 1.5;
	text-decoration: none;
	color: #000000;
}

a
{
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
}

a:hover
{
	font-size: 11px;
	text-decoration: underline;
	color: #666666;
}

a.tnc
{
   font-size: 10px;
   text-decoration: underline;
}

a.tnc:hover
{
   font-size: 10px;
   text-decoration: underline;
}

input, select, textarea
{
   font-family: Verdana;
   font-size: 11px;
}
/* Additional Formatting */

.datetime, fieldnames
{
   font-size: 11px;
}

.copyright
{
   font-size: 10px;
}