﻿*
{
	padding: 0px;
	margin: 0px;
}

body
{
	font-family: Verdana;
	font-size: small;
	text-align: center;
	padding: 15px 10px 10px 10px;
}

.Formwrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	/*height: 580px;*/
	text-align: left;
	padding: 10px 30px 5px 30px;
	border: solid 2px #000000;
}

/*
a, a:visited, a:active, a:link
{
	text-decoration: none;
	color: #000000;
}
*/

img
{
	border: 0;
	/*vertical-align: middle;*/
}

.MainTable
{
	width: 100%;
	height: 100%;
}

.FormTable
{
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

.FormTable td
{
	padding: 0px 10px 10px 0px;
	vertical-align: top;
}

.LanguageArea
{
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

.HomeLinkArea
{
	padding: 16px 0px 0px 0px;
}

.MenuArea
{
	background-image: url(Images/menu_background.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #ffffff;
	height: 50px;
	width: 800px;
	padding: 18px 10px 0px 0px;
}

.MenuArea a, .MenuArea a:visited, .MenuArea a:active, .MenuArea a:link
{
	text-decoration: none;
	color: #000000;
}

.StripeArea
{
	background-image: url(Images/h_stripe_big.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 20px;
	padding: 0px 10px 0px 0px;
	text-align: center;
}

.MainArea
{
	height: 350px;
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}

.FooterArea
{
	vertical-align: middle;
}

.FooterContent
{
	height: 26px;
	font-size: 80%;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}

.MainTable td
{
	/*border: solid 1px #ff0000;*/
}


/* Menu */

.Menu
{
	width: 100%;
	/*border: solid 1px #0000ff;*/
}

.StaticMenuItemStandard
{
	font-size: 100%;
	background-color: #ffffff;
	text-align: center;
	height: 36px;
}

.StaticMenuItemHover
{
	font-size: 100%;
	background-color: #cccccc;
	text-align: center;
	height: 36px;
}

.StaticMenuItemSelected
{
	font-size: 100%;
	background-color: #cccccc;
	text-align: center;
	height: 36px;
}

.DynamicMenuItemStandard
{
	font-size: 100%;
	background-color: #cccccc;
	text-align: left;
	height: 26px;
	padding: 0px 10px 0px 10px;
}

.DynamicMenuItemHover
{
	font-size: 100%;
	background-color: #cccccc;
	text-align: left;
	height: 26px;
	padding: 0px 10px 0px 10px;
}

.DynamicMenuItemSelected
{
	font-size: 100%;
	background-color: #cccccc;
	text-align: left;
	height: 26px;
	padding: 0px 10px 0px 10px;
}

.CopyMessage
{
	font-size: 60%;
	font-style: italic;
	text-align: right;
	padding: 0px 10px 0px 0px;
}

.NewsLink1
{
	font-size: 110%;
	color: #000000;
	background-color: #cccccc;
	height: 34px;
	/*padding: 8px 10px 8px 10px;*/
	vertical-align: middle;
}

.NewsLink1 a
{
	height: 24px;
	text-decoration: none;
}

.NewsLink1 a:visited, .NewsLink1 a:link
{
	color: #000000;
	text-decoration: none;
}

.NewsLink1 a:active
{
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}

.NewsLink1 a:hover
{
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}


