.topBG {
	background-image: url(../images/topBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 84px;
}
.loginArea {
	border: 2px solid #fcae1f;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.bottomBar {
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fcae1f;
	border-right-color: #fcae1f;
	border-bottom-color: #fcae1f;
	border-left-color: #fcae1f;
}

.txtBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #666666;
}
.sectionHeading {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fcae1f;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:active {
	color: #FF3300;
	text-decoration: none;
}

