/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #979797;
	color: #404040;
	font-family: "Trebuchet MS", Geneva, Tahoma, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.75em;
}
A:LINK {color: #af4c01; text-decoration: underline;}
A:VISITED {color: #af4c01; text-decoration: underline;}
A:ACTIVE {color: #af4c01; text-decoration: underline;}
A:HOVER {color: #783401; text-decoration: underline;}

.bodyBackground {
	background-image: url(images/bodyBackground.jpg);
	background-repeat: repeat-y;
}
.bodyContentWindow {
	background-color: #FFFFFF;
	border: 1px solid #8C8C8C;
}
.footerLinks {
	color: #FFFFFF;
	font-size: 12px;
}
.footerLinks A:LINK {color: #FFFFFF; text-decoration: none;}
.footerLinks A:ACTIVE {color: #FFFFFF; text-decoration: none;}
.footerLinks A:VISITED {color: #FFFFFF; text-decoration: none;}
.footerLinks A:HOVER {color: #E85100; text-decoration: none;}
.copyrightLinks {
	color: #FFFFFF;
	font-size: 10px;
}
.copyrightLinks A:LINK {color: #FFFFFF; text-decoration: none;}
.copyrightLinks A:ACTIVE {color: #FFFFFF; text-decoration: none;}
.copyrightLinks A:VISITED {color: #FFFFFF; text-decoration: none;}
.copyrightLinks A:HOVER {color: #FF0000; text-decoration: none;}
.bigGrayHeader {
	font-size: 24px;
	font-weight: bold;
}
.bigOrangeHeader {
	font-size: 24px;
	color: #af4c01;
	font-weight: bold;
}
.formFields {
	border: 1px solid #666666;
	background-color: #f5f5f1;
}.cellBorder {
	border: 1px solid #999999;
}
