td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF}
.justify {  text-align: justify}
body {  background-image: url(images/background.gif); background-repeat: no-repeat; background-attachment: scroll}
a {  color: #D1CC7D}
a:hover {  color: #FFFFFF}
.titleMed {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #D1CC7D}
.titleSmall { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #D1CC7D}
.titleLarge {  font-size: 16px; font-weight: bolder; color: #D1CC7D}
.quotes {  font-style: italic; color: #D1CC7D}
.bodySmall {  font-size: 10px}
.bodyGold {  color: #D1CC7D}
.bodyGoldSm {
	color: #D1CC7D;
	font-size: 10px;
	font-weight: bold;
}

/* Home Updates - Oct 08 */

.clear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

h1 {
	font-size:16px;
	color: #d1c977;
	padding:25px 0px 5px 0px;
	margin:0px;
}
h2 {
	font-size:13px;
	font-style:italic;
	padding:0px 0px 25px 0px;
	margin:0px;
}
.updatesWrapper {
	background: url(images/home_updates_bg.gif) no-repeat;
	padding: 10px 10px 10px 15px;
	width: 472px;
	font-size: 11px;
}
.updatesFooter {
	background: url(images/home_updates_footer.gif) no-repeat;
	padding: 0px;
	height: 11px;
	width: 497px;
}
.updatesLeft {
	float: left;
	width: 220px;
}
.updatesRight {
	float: right;
	width: 250px;
}
.updatesCover {
	display: block;
	float: right;
	padding-left: 10px;
}
.updatesTitle {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
}
.updatesDescrip {
	font-size: 10px;
	text-align: left;
}
.updatesList {
	padding: 5px 0px 0px;
	margin: 0px;
}
ul.updatesList li {
	background: url(images/home_updates_arrow.gif) no-repeat left 1px;
	display: block;
	list-style-type: none;
	padding-left: 18px;
	padding-bottom: 6px;
}
