﻿Body
{
	font-family: century gothic, verdana;
	font-size: 12pt;
	margin-top: 10px;
}


a:link, a:hover, a:active, a:visited
{
	color: #3f79cd;
	text-decoration: none;
	margin-right: 10px;
}


.Table
{
	width: 996px;
	border-collapse: collapse;
	border: solid #3f79cd 1px;
}

.Header
{
	background-image: url("Images/Header.png");
	background-repeat: no-repeat;
	width: 996px;
	height: 204px;
	vertical-align: bottom;
}

.Main
{
	vertical-align: top;
	width: 756px;
	height: 500px;
}
.MainDiv
{
	width: 756px;
	height: 500px;
	overflow: auto;
}



.Navigation
{

	background-image: url("Images/Navigation.png");
	background-repeat: no-repeat;
	width: 240px;
	height: 500px;
	vertical-align: top;
}

.Navigation a:link, .Navigation a:visited
{
	color: #003366;
	font-weight: bold;
	width: 220px;
	line-height: 25px;
	text-decoration: none;
	margin-right: 10px;
	padding-left: 10px;
	padding-top:5px;
	font-size: 10pt;
}

.Navigation a:hover, .Navigation a:active
{
	background-image: url("Images/Button.png");
	color: #003366;
	width: 220px;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
	margin-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
	padding-top:5px;
	font-size: 10pt;
}

.NavigationB
{
	padding-left: 20px;	
}

.NavigationB a:link, .NavigationB a:visited, .NavigationB a:hover, .NavigationB a:active
{
	color: #003366;
	width: 220px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	margin-right: 10px;
	padding-top:5px;
	font-size: 10pt;
}

.ActiveButton
{
	background-image: url("Images/Button.png");
	color: #003366;
	font-weight: bold;
	width: 220px;
	line-height: 25px;
	text-decoration: none;
	margin-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
	padding-top:5px;
	font-size: 10pt;
}

.Language
{
	float: right;
	padding-bottom: 8px;
	padding-right: 20px;
	font-size: 10pt;
}

.Language a:link, .Language a:hover, .Language a:active, .Language a:visited
{
	color: #003366;
	text-decoration: none;
	margin-right: 10px;
	font-size: 10pt;
}

.Copyright
{
	font-size: 8pt;
	color: #003366;
	text-align: center;
	height: 20px;
	
}


H1
{
	color: #3f79cd;
	font-size: 14pt;
	font-weight: bold;
}
H2
{
	color: #3f79cd;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
}
H3
{
	color: #3f79cd;
	font-size: 12pt;
	font-weight: bold;
}

.TRBorder
{
	border-bottom: solid 1px #3f79cd;
}