.pageHeader {
	background-attachment: fixed;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.navigationStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;

}
a:hover.navigationStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.navigationSelectedStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.navigationLines {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFCC66;
}
.pageFooter {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}
.navigationBottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5B3E00;
}
a:hover.navigationBottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5B3E00;
	text-decoration: none;
}
.pageNotices {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	color: #CC6633;
	background-color: #FFCC66;
	border: 2px solid #333333;
}
.pageText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5B3E00;
	position: relative;
	line-height: 24px;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF9900;
	position: relative;
}
.pageTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5B3E00;
}
.pageTextItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B3E00;
	font-style: italic;

}
.pageHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5B3E00;
	text-decoration: underline;
}
.pageTextBoldSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5B3E00;
}
.tableTopLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5B3E00;
	position: relative;
	line-height: 24px;
	border-top: 1px solid #5B3E00;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.tableRHSLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5B3E00;
	position: relative;
	line-height: 24px;
	border-top: none;
	border-right: 1px solid #5B3E00;
	border-bottom: none;
	border-left: none;
}
.tableLHSLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5B3E00;
	position: relative;
	line-height: 24px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #5B3E00;
}.formStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5B3E00;
	background-color: #FFFFFF;
	border: 1px solid #5B3E00;
	line-height: 15px;




}
.buttonStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5B3E00;
	background-color: #FFCC00;
	border: 1px solid #5B3E00;
}
