#roundedbox {
	background-color: #FFF;
	padding: 0px;
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #CCC;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 10;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0;
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
	text-align: left;
	position: static;
}
#roundedboxWITHbg {
	background-color: #FFF;
	padding: 0px;
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #CCC;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 10;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0;
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
	text-align: left;
	position: static;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bodyBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bolder;
	color: #666;
	text-indent: 0px;
}

#topbar {
	background-color: #FFF;
	text-align: center;
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	position: static;
	background-image: url(images/bar_bg.jpg);
}
.footerbar {
	padding: 0px;
	height: 33px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	vertical-align: text-top;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	display: inline;
	clear: both;
	float: none;
}
.maincopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #666;
	text-align: left;
	text-indent: 0px;
	white-space: normal;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}
a.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F8CF11;
	font-weight: bold;
}
a.green:link {
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #F8CF11;
	font-family: Arial, Helvetica, sans-serif;
}
a.green:visited {
	text-decoration: none;
	color: #F8CF11;
}
a.green:hover {
	text-decoration: none;
	color: #CCC;
}
a.green:active {
	text-decoration: none;
	color: #F8CF11;
	text-align: left;
}
.centertable {
	text-align: center;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}
.footerbar1 {	padding: 0px;
	height: 33px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	vertical-align: text-top;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	display: inline;
}
.listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	list-style-position: outside;
	list-style-type: disc;
	font-weight: bold;
	line-height: 16px;
}
.boldgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #F8CF11;
	font-size: 14px;
}
