html, body
{
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #1b2429;
}

#fullheight{
	height: 100%;
}

A
{
	color: #000000;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

select
{
	font-family: Verdana;
	font-size: 11px;
}

input.Fill
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 11px;
	height: 13px;
	width: 300px;
	border: 1px #3a4c53 solid;
}

input.loginField{
	font-family: Verdana;
	font-size: 11px;
	line-height: 11px;
	height: 13px;
	width: 200px;
	border: 1px #3a4c53 solid;
}

input.SubmitButon
{
	font-family: Verdana;
	font-size: 11px;
	background-color: #f6f6f6;
	border: 1px #3a4c53 solid;
	cursor: pointer;
}

textarea.Request{
	font-family: Verdana;
	font-size: 11px;
	line-height: 11px;
	height: 100px;
	border: 1px #3a4c53 solid;
}

.FooterLink
{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}

.FooterLink:hover
{
	text-decoration: underline;
}

A.Link
{
	color: #000000;
	text-decoration: none;
}

A.Link:hover
{
	text-decoration: underline;
}

A.PagerLink
{
	color: #000000;
	text-decoration: none;
}

A.PagerLink:hover
{
	text-decoration: underline;
}

.ContentArea
{
	padding: 5px;
	text-align: justify;
}

.LatestNews
{
	background-color: #484848;
	color: #ffffff;
}

ul li{
list-style-type: square;
}

A.innerLink
{
	color: #000000;
	text-decoration: underline;
}

A.innerLink:hover
{
	text-decoration: none;
}

A.LeftMenu
{
	color: #ffffff;
	text-decoration: none;
}

A.LeftMenu:hover
{
	text-decoration: underline;
}