﻿body {
	color: #333;
	font: normal 8pt Tahoma;
	margin: 0px Auto;
	background: #45484D url("/Images/bg.png") repeat-x;
}
form {
	margin:0px;
}
.FormTable {
	border: solid 1px #c1dad7;
	padding: 10px 10px 10px 10px;
	background-color: #ecf5fa;
}
.FormTable b {
	color: Red;
}
.InfoTable {
	border: solid 1px #c1dad7;
}
.InfoTable img {
	border: none;
}
.NewsTable td {
	border-bottom: solid 1px #c1dad7;
	font-size: 8pt;
}
.NewsTable .More {
	color: Orange;
	text-decoration: underline;
	font-weight: normal;
	font-size: 8pt;
}
.NewsTable a {
	color: #3a66cc;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}
.NewsTable a:hover {
	color: Orange;
}
.NewsTable b {
	color: Orange;
}
.Header, .Banner, .Footer, .MainBody {
	background-color: #fff;
	border-left: solid 1px #d9d9d9;
	border-right: solid 1px #d9d9d9;
}
.Footer {
	border-bottom: solid 1px #d9d9d9;
}
.MainBody {
	line-height: 1.5em;
	font-size: 9pt;
	text-align: justify;
}
.MainBody h1 {
	color: #5091cd;
	font: bold 15pt Arial;
}
.MainBody h2 {
	color: Orange;
	line-height: 1.2em;
	font: bold 14pt Arial;
}
.Footer a {
	color: #606060;
}
.Menu a {
	color: #fff;
	font: bold 8pt Verdana;
	text-decoration: none;
}
.Menu a:hover {
	color: Yellow;
}
.Menu a:active {
	color: Yellow;
}
.Slogan {
	color: #8c8c8c;
	font: bold 14pt Arial;
}
.LeftMenu td {
	border-bottom: solid 1px #d9d9d9;
	height: 29px;
}
.LeftMenu a {
	font-family: Trebuchet MS;
	text-decoration: none;
	color: #666;
}
.LeftMenu a:hover {
	color: Orange;
}