﻿.body
{
	background-image: url('img/background.gif');
	 background-repeat: repeat-x; 
	 height: 1000
}
.Header
{
	font-size:16pt;
	font-weight:bold;
}
.Header2
{
	color:#e6302e;
	font-size:14pt;
	font-weight:bold;
}
.Hyperlink
{
	color:Black;
}
.Hyperlink:hover
{
	color:#e6302e;
}

.maintable
{
	background-image: url('img/newlayout.gif');
	background-repeat: no-repeat;
	font-family:Arial;
	height: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
}
.middle-body
{
	background-color:Black;
	color:White;
}
.TopNav-Body
{
	font-size:10pt;
}
.TopNav
{
	background-color: #e6302e;
	width:75px;
	color:White;
}
.TopNav:hover
{
	background-color: #f33c3a;
	width:75px;
}
