﻿body, html {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	background-color: #999966;
	background-image: url(images/bg_body_2.gif);
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

.maintable
{
	width: 1000px;
	border-width: 0px;
	height: 550px;
	padding: 0px;
	background-color: white;
}
	
.mainNav
{
	color: #666666;
	font-size:15px;
	font-weight:lighter;
	text-decoration: none;
}
.homeNav
{
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}
.mainNavActive
{
	font-size:15px;
	font-weight:lighter;
	color: #a5151f;
	text-decoration: none;
}
.homeNavActive
{
	font-size:11px;
	font-weight:lighter;
	color: #a5151f;
	text-decoration: none;
}
.mainNav a:hover {
	background-color: #CCCCCC;
	text-decoration:none;
}
.homeNav a:hover {
	background-color: #CCCCCC;
}