﻿body 
{
	background-color: #324124;
	margin-top: 0px;
}

a:link, a:visited
{
	color: black;
}
	
a:hover
{
	color: Red;
	text-decoration:none;
}

a.MenuLink:link, a.MenuLink:visited
{
	color: white;
}
	
a.MenuLink:hover
{
	color: Red;
	text-decoration:none;
}


td
{
	font-family: Verdana, Arial;
	font-size: 12px;
}

table.Menu
{
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 0px;
	width: 980px;
	background-image: url(../images/menu.jpg);
}
td.Menu
{
	height: 30px;
	width: 15%;
	border: solid 1px white;
	text-align: center;
}

td.MenuShort
{
	height: 30px;
	width: 10%;
	border: solid 1px white;
	text-align: center;
}

.Title
{
	width: 100%;
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.SubTitle
{
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
}

.Error
{
	color: Red;
	font-weight: bold;
}

.LeftPart
{
	background-color: #8B5938;
	height: 410px;
	width: 150px;
	vertical-align: top;
	text-align: center;
}

.RightPart
{
	background-color: #8B5938;
	height: 410px;
	width: 150px;
	vertical-align: top;
	text-align: center;
}
.CenterPart
{
	background-color: #f2eda3;
	height: 410px;
	padding: 2px 2px 0px 2px;
	margin: 2px 2px 0px 2px;
	width:680px;
	vertical-align: top;
	border-left: solid 2px #324124;
	border-right: solid 2px #324124;
	border-top: solid 1px #324124;
}

.BottomPart
{
	background-color: #8B5938;
	height: 60px;
	vertical-align: middle;
	width:100%;
	padding: 2px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
	text-align: center;
}

.MDP
{
	font-family: Verdana, Arial;
	font-size: 10px;
}