@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-size: 10pt;
	line-height: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyBackground {
	background-color: #f8edd7;
	color: #7b3a00;
}
a {
	text-decoration: none;
	color: #7b3a00;
}
a:hover {
	text-decoration: underline;
}
.footerText {
	color: #7b3a00;
	font-size: 9pt;
}
.pageName {
	color: #7b3a00;
	font-size: 10pt;
}
.rightSidePadding {
	background-image: url(../images/rightSidePadding.jpg);
	background-repeat: repeat-y;
}
.leftSidePadding {
	background-image: url(../images/leftSidePadding.jpg);
	background-repeat: repeat-y;
}
.underlineLink {
	font-size: 12pt;
	text-decoration: underline;
}
.activelink {
	text-decoration: underline;
}