﻿body
{
	background-color: black;	
	margin: 0px;
	color: white;
	text-align: center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Container
{
	border: solid 1px white;
	background-color: #380000;
	width: 990px;
	margin-bottom: 10px;
}

.Container TD
{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-style: italic;
	font-size: 12px;
	padding: 0px;
}

.HeaderTagline
{
	text-align: center;
	margin-bottom: 5px;
}

.HeaderTagline TD
{
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding: 2px;
	text-align: center;
}

.HeaderTable
{
	width: 100%;
}

.HeaderTableLeft
{
	text-align: left;
	vertical-align: top;
}

.HeaderTableRight
{
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	font-family: Trebuchet MS;
}

.LinkContainer
{
	width: 500px;
	vertical-align: top;
}

.LinkButtons
{
	width: 100%;
 	text-decoration: none;
 	color: white;
}

.LinkButtons a
{
	color: white;
	text-decoration: none;
}

.LinkButtons TD
{
	background-color: #380000;
	color: white;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px white;
	padding: 5px;
}

.ContentContainer
{
	width: 990px;
}

.Content
{
	width: 100%;
	background-color: white;
	height: 100%;
	border: 5px white double;
	text-align: left;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: top;
	color: black;
}
