﻿body 
{
	font-family: Verdana;
	font-size: 10pt;
	text-align:center;
}
td
{
    text-align:left;
}

.TopEmptyRow
{
	height:200px;
	max-height:200px;
}
.ContentRow
{
	min-height:382px;
}
P
{
	font-family: Verdana;
	font-size: 10pt;
}
B
{
	font-family: Verdana;
	font-size: 10pt;
}
.CentralDiv
{
	margin: 0px auto 0px auto; 
	background-image:url('Images/background.jpg');
	background-repeat:no-repeat;
	width:800px;
	min-height:582px;
	font-family:Times New Roman;
	border-color:Black;
	border-style:solid;
	border-width:1px;
	text-align:center;
}

.LanguageSelector
{
	font-family: Verdana;
	font-size: 8pt;
	text-align:right;
}
.RSSText
{
	font-family: Verdana;
	font-size: 8pt;
}
.FooterText
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight:bold;
}
.Contents
{
	font-family: Verdana;
	font-size: 10pt;
}
.Button
{
	height:20px;
	font-family:Verdana;
	font-size:8pt;
	color:White;
	border-color:Black;
	border-width:1px;
	background-color:#5B6B8D;
}

/*********** Menu Styles **************/
.Menu
{
	border-bottom: 1px solid #CCCCCC;
	white-space: nowrap;
	width:120px;
}
.MenuItem
{
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	width: 120px;
	height: 20px;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-indent: 10px;
}
.MenuItemHover
{
	height: 20px;
	cursor: auto; cursor: pointer;
	border-bottom: 1px solid #CCCCCC;
	background-color: #5B6B8D;
	padding: 0px;
	color: White;
}


