﻿body
{
	margin: 0px;
	background-color: #999999;
	font-family: Tahoma;
	font-size: 11px;
}
a
{
	color: #414150;
	font-size: 11px;
	text-decoration: underline;
}
a:hover
{
	color: #414150;
	font-size: 11px;
	text-decoration: none;
}
.styleMid
{
	font-family: Tahoma;
	width: 758px;
	border-left: 3px solid black;
	border-right: 3px solid black;
	padding: 0px;
}
.styleTop
{
	font-family: Tahoma;
	width: 758px;
	border-top: 3px solid black;
	border-left: 3px solid black;
	border-right: 3px solid black;
	padding: 0px;
}
.styleBottom
{
	font-family: Tahoma;
	font-size: 10px;
	width: 758px;
	border-bottom: 3px solid black;
	border-left: 3px solid black;
	border-right: 3px solid black;
	padding: 0px;
	background-color: #CCCCCC;
	text-align: center;
}
.LeftMenu
{
	background-color: #3E4D55;
	padding-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.ContentArea
{
	background-color: #C0C0C0;
	height:130px;
}

.ContentAreaInner
{
	background-color: #E4E2DC;
	width: 100%;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid gray;
}
