body {
	background-image: url(/images/bg_yellow.gif);
}
.LeftTop {
	background-image: url(/images/bg_yellow_left_top.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.RightTop {
	background-image: url(/images/bg_yellow_right_top.gif);
	background-repeat: no-repeat;
	background-position: left;
}
a:link {
	color: #B2B132;
	text-decoration: none;
}
a:visited {
	color: #B2B132;
	text-decoration: none;
}
a:hover {
	color: #B2B132;
	text-decoration: underline;
}
a:active {
	color: #B2B132;
	text-decoration: underline;
}
.glossymenu li a:hover{
	background-color: #B2B132;
}
.tablebg {
	/* background-image: url(/images/bg_blue.gif);*/ 
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #B2B132;
	width: 350px;	
}

.tableheader {
	font-size: 11pt;
	font-weight: normal;
	color: #ffffff;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	text-indent: 5px;
	letter-spacing: 2px;
	border-top-color: #B2B132;
	border-bottom-color: #B2B132;
	background-color: #B2B132;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tablecontent {
	font: 9pt Arial, Helvetica, sans-serif;
	color: #737373;
	font-weight: normal;
	text-align: center;
}
 
/* 
	=====================
   News table on homepage for each property 
   ===================== 
*/ 
   
.newstable {
	background-image: url(/images/bg_yellow.gif);
	border-width: 1px;
	border-style: solid;
	border-color: #B2B132;
	padding: 3px;
	background-repeat: repeat-x;
}
.newstitle {
	background: #B2B132;
	text-align: center;
 	font-size: 12pt;
	font-weight: normal;
	color:#ffffff;
   border-bottom-style: solid;
	border-bottom-width: 1px;
	letter-spacing: 5px;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;

}

.newstext {
	font: 10pt Arial, Helvetica, sans-serif;
}