﻿body {
	background-color: #8BB201;
	text-align:center;
}
.alignCenter{
	text-align:center;
}
.alignLeft{
	text-align:left;
}
.floatLeft {
	float:left;
}
.floatRight{
	float:right;
}
#Flash {
	width:702px;
	height:202px;
	border-top-style: groove;
	border-right-style: groove;
	border-left-style: groove;
	border-top-color: #3C7A0D;
	border-right-color: #3C7A0D;
	border-left-color: #3C7A0D;
	border-bottom-style: none;
	border-bottom:0px;
	margin:0px;
	padding:0px;
}

#MainArea {
	min-height: 400px;
	width: 702px;
	background-image:url(images/bg.jpg);
	background-repeat: no-repeat;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-color: #3C7A0D;
	border-bottom-color: #3C7A0D;
	border-left-color: #3C7A0D;
	border-top:0px;
	margin:0px;
	padding:0px;
	background-color:#6E9A16;
	text-align:center;
}

#Footer {
	width: 702px;
}

#MainTable {
	width: 650px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	vertical-align: text-top;
}

#Column100 {
	width:100px;
}

#Column450 {
	width:450px;
}

#Column550 {
	width:550px;
}

.Header {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	text-align:center;
	text-transform: uppercase;
	color: #000;
}

.Header1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	text-align:center;
	text-transform: uppercase;
	color:#F00;
}

.MainText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #000;
	text-align: left;
	text-indent: 20px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 20px;
}

.TableText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #000;
	text-align: left;
	line-height: 20px;
}
.TableTextBlue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color:#00F;
	line-height: 20px;
	font-weight: bold;
}
.TableTextRed {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color:#F00;
	line-height: 20px;
	font-weight: bold;
}
.FooterText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	color: #000;
	text-align: left;
	line-height: 20px;
	font-weight: bold;
}
