/* CSS for Tudor Building *//*** 2007 -- Bandolier Group, LLC ***//*** basic styles ***/body {	font-family: Arial, Helvetica, sans-serif;	color: #333333;	background-color: #333333;	background-image: url(images/bg_pattern_tudors.gif);	background-repeat: repeat-x;	background-position: 0px 0px;	margin-top: 45px;	margin-left: 0px;	}p, td {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-style: normal;	line-height: 17px;	color: #333333;    }	h1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;	font-style: normal;	font-weight: bold;	color: #A72C3A;	line-height: 16px;}/* anchors */ a {	color: #009EBF;	text-decoration: none;	font-weight: bold;}a:hover {	color: #009EBF;	text-decoration: underline;}a:visited {	color: #999999;	font-weight: bold;	}a:active {	color: #009EBF;	text-decoration: underline;}a:visited:hover {	color: #009EBF;	text-decoration: underline;}/* misc styles */	table.outside-border {	border: 1px solid #8A8A85;    }	.sidebar {	background-color: #333333;	background-image: url(images/sidebar_bg_01.gif);	background-repeat: no-repeat;	background-position: 0px 0px;}.bottom-align {	vertical-align: bottom;	margin-top: 50%;}.middlemargin {	margin-top: 62px;}.main-content {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-style: normal;	line-height: 17px;	color: #333333;	padding-left: 13px;	padding-right: 20px;}.bold-red {	font-weight: bold;	color: #A72C3A;}.bold {	font-weight: bold;}.italic {	font-style: italic;}.footer {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-style: normal;	line-height: 14px;	color: #333333;	border-top-width: 1px;	border-top-style: solid;    border-top-color: #A72C3A;	padding-top: 15px;}.right-align {	float: right;	vertical-align: top;}.bullet {	color: #A72C3A;    margin-right: 6px;}.negative_indent {    text-indent: -12px;}.negbottom {	margin-bottom: -0.5em;}.zeromargin {	margin: 0px;}.col-divider {	border-left-width: 1px;	border-left-style: dotted;	border-left-color: #867665;	padding-left: 20px;}.zerotopmargin {	margin-top: 0px;}