@charset "utf-8";
.wswbcss {
	background-attachment: scroll;
	background-color: #333333;
	background-image: url(images/nav/brown_bkgd.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.headline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

.content {
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center bottom;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #535040;
}
A:link {color:#CC6600; text-decoration: none;}

