@charset "UTF-8";
/* CSS Document */
/* CSS for Weston Business Center - created by Peter Shimpeno */
/* http://peter.shimpeno.com  */

body {
	background-color: #9A6702;
	background-image: url(images/wbc_background.gif);
	background-repeat: repeat-x;
}
.headline_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: #333 2px 2px 2px;
}
.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.body_bold_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.body_text_bullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	list-style-type: circle;
}
.legal_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #D5C096;
}
a:link {
	color: #DDD7C8;
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:visited {
	text-decoration: none;
	color: #0033FF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a img {
border: 0 none;
}