﻿#MainBody {
	margin: 0;	padding: 0;	background: #eeeeee;	font-family: Verdana, Trebuchet MS, Arial;
	font-size: 11px;	color: #555555;
}
#WidthSet { 
	width: 950px;	 margin: auto;
}
.TableWidth
{
	width: 950px; margin: auto;
}
#Header	
{
	width: 950px;	height: 150px;	background: url('MainHeader.jpg') no-repeat;
}
#MidContent	
{
	width: 950px;	background: url('MidBg.jpg') no-repeat; height: 380px;
}
.BtnBg
{
	display: block;	width: 225px; height: 64px; background-color:White;	background: url('BtnBg.jpg') no-repeat 0 0;
}
.tdBg
{background-color:White;}

.BtnBg:hover
{
  background-position: 0 -64px;
}

.BtnLink:link {
	font-size: 14px; font-weight: bold; color:#555555; font-family: Trebuchet MS, Verdana, Arial; letter-spacing: 1px; text-decoration: none
}
.BtnLink:visited {
	font-size: 14px; font-weight: bold; color:#555555; font-family: Trebuchet MS, Verdana, Arial; letter-spacing: 1px; text-decoration: none
}
.BtnLink:hover {
	font-size: 14px; font-weight: bold; color: #ffffff; font-family: Trebuchet MS, Verdana, Arial; letter-spacing: 1px; text-decoration: underline
}

.FooterLink:link {
	font-size: 11px; font-weight: bold; color:#444444; font-family: Trebuchet MS, Verdana, Arial; letter-spacing: 1px; text-decoration: none
}
.FooterLink:visited {
	font-size: 11px; font-weight: bold; color:#444444; font-family: Trebuchet MS, Verdana, Arial; letter-spacing: 1px; text-decoration: none
}
.FooterLink:hover {
	font-size: 11px; font-weight: bold; color: #ffffff; font-family: Trebuchet MS, Verdana, Arial; letter-spacing: 1px; text-decoration: underline
}
#Footer	
{
	width: 950px;	height: 50px;	background: url('FooterBg.jpg') no-repeat;
	color: #444444;

}