.menuBarBkgd {
	background-attachment: fixed;
	background-image: url(menu_bar_bkgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.baseBarBkgd {
	background-attachment: fixed;
	background-image: url(base_bar_bkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.copyrightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: right;
	vertical-align: middle;
	padding-right: 22px;
}
.maintextarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: justify;
	padding-top: 21px;
	padding-right: 22px;
	padding-bottom: 22px;
	padding-left: 22px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: f19a31;
	background-attachment: fixed;
	background-image: url(bkgd.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	list-style-type: square;



}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
