BODY
{
	background-color: #FFFFFF;
}
H2
{
	font-size: 12px;
}
H3
{
	font-size: 10px;
}
.Center
{
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	height: auto;
}
.LanguageBar
{
	margin: 0px;
	padding: 0px;
	width: 995px;
	height: 37px;
	font-family: Verdana, sans-serif, Tahoma;
	font-size: 11px;
	color: #000000;
}
.LeftBar
{
	margin: 0px;
	padding: 0px;
	width: 5px;
	height: 37px;
	background-image: url(left.gif);
	background-repeat: no-repeat;
}
.MainBar
{
	margin: 0px;
	padding: 0px;
	width: 990px;
	height: 37px;
	background-image: url(center.gif);
	background-repeat: repeat-x;
}
.Logo
{
	margin: 0px;
	padding: 0px;
	width: 103px;
	height: 37px;
	background-repeat: no-repeat;
	background-image: url(logo.gif);
	border-right: 1px solid #124370;
}
.RightBar
{
	margin: 0px;
	padding: 0px;
	width: 5px;
	height: 37px;
	background-image: url(right.gif);
	background-repeat: no-repeat;
}
A.MenuItem:link, A.MenuItem:active, A.MenuItem:visited
{
	margin: 0px;
	padding: 10px 40px 0px;
	display: block;
	width: auto;
	height: 27px;
	font-family: sans-serif, Verdana, Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(btn_link.gif);
	background-repeat: repeat-x;
	text-decoration: none;
}
A.MenuItem:hover
{
	margin: 0px;
	padding: 10px 40px 0px;
	font-weight: normal;
	display: block;
	width: auto;
	height: 27px;
	font-size: 12px;
	font-family: sans-serif, Verdana, Tahoma;
	color: #FFFFFF;
	background-image: url(btn_hover.gif);
	background-repeat: repeat-x;
	text-decoration: none;
}
A.SubMenuItem:link, A.SubMenuItem:active, A.SubMenuItem:visited
{
	margin: 0px;
	padding: 10px 0px 0px 30px;
	display: block;
	width: 165px;
	height: 20px;
	font-family: Tahoma, sans-serif, Verdana;
	font-weight: normal;
	background-image: url(submenu_link.gif);
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
A.SubMenuItem:hover
{
	margin: 0px;
	padding: 10px 0px 0px 30px;
	display: block;
	width: 165px;
	height: 20px;
	font-weight: normal;
	font-family: Tahoma, sans-serif, Verdana;
	background-image: url(submenu_hover.gif);
	font-size: 11px;
	color: #124370;
	text-decoration: none;
}
A
{
	font-weight: bold;
	text-decoration: none;
	color: rgb(0, 51, 102);
}
A:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: rgb(0, 51, 102);
}
A:visited
{
	font-weight: bold;
	text-decoration: none;
	color: rgb(0, 51, 102);
}
.LeftContent
{
	margin: 0px;
	padding: 0px;
	width: 195px;
	height: auto;
	vertical-align: top;
}
.RightContent
{
	margin: 0px;
	padding: 10px;
	width: 795px;
	vertical-align: top;
	font-family: Verdana, sans-serif, Tahoma;
	font-size: 11px;
	color: #000000;
}
