BODY
{
	font-family:Arial;
	font-size:8pt;
	background-color:White;
}

TD
{
	font-size:8pt;
	font-weight:normal;
}

IMG
{
	border:none;
}

UL
{
	margin-top:5px;
	margin-bottom:0px;
	list-style-position:outside;
	list-style-image:url(../Images/bullet.jpg);
	list-style-type:disc;
}

.mainBody
{
	background-color:White;
	border:dotted 1px #d2121a;
}

.outerFill
{
	background-color:#cbcbcb;
}

.redLine
{
	background-image:url(../Images/red_line_fill.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
	width:435px;
}

.heading
{
	position:relative;
	z-index:101;
	font-size:24pt;
	color:#d2121a;
	font-weight:bold;
	width:300px;
}

.headingShadow
{
	position:relative;
	z-index:100;
	top:6;
	left:-300;
	font-size:30pt;
	color:#e2e2e2;
	font-weight:bold;
}

.section1
{
	border:dotted 1px #658881;
	background-color:#cff1e4;
	font-size:8pt;
	color:#3c4c48;
	margin:5px;
	padding:2px;
}

.label
{
	color:#d2121a;
	font-size:8pt;
	font-weight:bold;
	width:120px;
}

.header1
{
	color:#d2121a;
	font-size:10pt;
	font-weight:bold;
	width:100%;
	text-align:center;
	padding-bottom:5px;
}

.woodGrain
{
	background-image:url(../Images/wood_grain_fill.jpg);
	background-repeat:repeat-x;
	width:220px;
	height:98px;
	padding-left:30px;
	color:#d2121a;
	font-size:14pt;
}

a, a:link, a:active, a:visited, a:inactive
{
	color:#d2121a;
	text-decoration:none;
}

a:hover
{
	color:#f05e64;
	text-decoration:underline;
}

.alt, .alt:link, .alt:active, .alt:visited, .alt:inactive
{
	color:#d2121a;
	text-decoration:none;
	cursor:hand;
}

.alt:hover
{
	color:#f05e64;
	text-decoration:none;
	cursor:hand;
}

.TextBoxes
{
	background-color:White;
	border:solid 1 #086d47;
	font-family:Arial;
	font-size:8pt;
	color:black;
	z-index:100;
}

.Buttons
{
	background-color: #2b7c5c;
	border: solid 1px #0f402b;
	color: #c2eeca;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	width: 88px;
	cursor:hand;
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#80f6c7,endColorStr=#086d47);*/
	background-image:url(../Images/button_bg.jpg);
	background-repeat:repeat-x;
	padding:0px
}

.ButtonsHover
{
	background-color: #2b7c5c;
	border: solid 1px #0f402b;
	color: #dbf5e0;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	width: 88px;
	cursor:hand;
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#80f6c7,endColorStr=#086d47);*/
	background-image:url(../Images/button_bg_over.jpg);
	background-repeat:repeat-x;
	padding:0px
}

.error
{
	color:Red;
	font-weight:bold;
}