﻿html
{
	height: 100%;
	width: 100%;
}

body
{
	height: 100%;
	padding: 0px;
	font-family: 'Lucida Sans';
	font-size: 10px;
	line-height: 18px;
	color: #666666;
	background-color: #ffffff;
	min-width: 960px;
	width: 100%;
	margin: 0;
	text-align: center;
}

form
{
	height: 100%;
}

.RedLine
{
	clear: both;
	border: 0px;
	width: 100%;
	background-color: #a10d1f;
	color: #a10d1f;
	height: 3px;
	margin-top: 0px;
	margin-bottom: 2px;
}

.Bar
{
	clear: both;
	border: 0px;
	width: 100%;
	background-image: url('/images/bar.png');
	background-repeat: no-repeat;
	height: 10px;
	margin-top: 0px;
	margin-bottom: 2px;
}

.Header
{
	font-size: 22px;
	color: #a10d1f;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 28px;
}

.Title
{
	font-size: 18px;
	line-height: 50px;
	margin-bottom: 10px;
}

.BigLink
{
	text-transform: uppercase;
}

.BigLink a, .BigLink a:visited, .BigLink a:active
{
	text-decoration: none;
	color: #a10d1f;
}

.BigLink a:hover
{
	text-decoration: underline;
	color: #a10d1f;
}
