﻿body {
	background-color:#060608;
	background-image: url(../Images/site_bg.png);
	background-repeat:repeat-x;
	font-family:  Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
}

.mainTable {
	margin: 0px auto; 
	width: 900px;
}
.mainBodyTable {
    height:797px;
}
.bodyContent {
	font-family:  Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #c1c1c1;
}

.topNavigation {
   font-family:  Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 18px;
   font-weight:bold;
    font-variant:small-caps;
	color: #03ac03;
	text-decoration: none;
}

a.topNavigation:hover {
   color: #026e0a;
   text-decoration: underline;
}

.footerContent {
	font-family:  Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #03ac03;
	text-decoration: none;
}
a.footerContent:hover {text-decoration: underline;}

