﻿.Header {
	background-image: url('header.jpg');
	height: 515px;
	width: 965px;
}
.BodyFiller {
	background-image: url('body_filler.jpg');
}
.EndCap {
	background-image: url('end_cap.jpg');
	background-repeat: no-repeat;
	height: 25px;
}
.TopCap {
	background-image: url('top_cap.jpg');
	background-repeat: no-repeat;
}
.InnerTableWidth {
	width: 400px;
}
.CenterAlign {
	text-align: center;
}
.Titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
}
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #808080;
}
.RulesText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Errortext {
	border: 3px solid #800000;
}
.SuccessText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #339933;
}
.WarningText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #800000;
}
.BorderKiller {
	border-width: 0;
}
.Line {
	border: 1px solid #808080;
}
body {
	background-color: #CDCDCD;
}
a {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
a:hover {
	color: #808080;
}