﻿body
{
	background-color: Black;
	font-family: Tahoma;
	margin:0px;
}

body a
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.MainContainer
{
	text-align:center;
}

.MainTable
{
	width: 850px;
}

.MenuContainer
{
	width: 250px;
	color: White;
	vertical-align:top;
	text-align:center;
}

.ContentContainer
{
	color: White;
	padding-right: 50px;
	width:600px;
}

.MenuTitle
{
	font-size: 15px;
	background-color: #0066CC;
	color: White;
	width: 150px;
}

.MenuItem
{
	color: White;
	font-size: 20px;
	padding: 2px;
}

.Copyright
{
	width: 750px;
	text-align: center;
	background-color : #0066CC;
	font-size: 12px;
	padding: 10px;
}

.NewsItem
{
	margin-left:40px;
	width: 100%;
	text-align:left;
}

.NewsTitle
{
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 16px;
	color: White;
	font-weight:bold;
}

.NewsMessage
{
	font-size: 14px;
	color: White;
	padding-bottom: 30px;
}

.StandardContainer
{
	margin-left:40px;
	width: 100%;
	text-align:left;
	min-height: 400px;
}

.StandardTitle
{
	font-size: 16px;
	color: White;
	font-weight:bold;
}

.StandardText
{
	font-size: 14px;
	color: White;
}

.StandardTextBlock
{
	font-size: 14px;
	color: White;
	width: 600px;
	word-wrap: break-word;
}

input.Buttons
{
	color: White;
    background-color: #0066CC;
    margin-top: 5px;
    margin-left: 50px;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid;
    border-color: #0066CC;
    width:150px;
}

.ButtonContainer
{
	text-align: right;
}

.FormLabel
{
	font-size: 14px;
	color: White;
	width: 150px;
}

.Error
{
	font-size: 12px;
	color: Red;
}