body {
	background-color: #DEDADA;
	margin-top: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #333333;
}
a:link { color: #AE0000; text-decoration:underline; }
a:visited { color: #AE0000; text-decoration:underline; }
a:hover { color: #AE0000; background-color: #F6F8E4; text-decoration:underline;}
a:active { color: #AE0000; text-decoration:underline; }
.subHead {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #AE0000;
}

#mainTable {
	width: 750px;
	background-color: #FFFFFF;
	border: 1px solid #A3A2A2;
}
#headerTable {
	width: 750px;
}
#bodyTable {
	width: 680px;
	padding: 0px;
	margin: 35px;
}
.textBigParagraph {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #333333;
}
.heading {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #AE0000;
}
.redNote {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #AE0000;
}
.yellowBoxContent {
	background-color: #F1F5C7;
	padding-left: 15px;
}
#footerTable {
	width: 680px;
	padding: 0px;
	margin: 0px 35px 35px;
}
.formText {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333333;
}
.formStroke {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AE0000;
}

