body{
	color:#333;
	font-family:Arial, Helvitica, sans-serif;
	font-size:16px;
}
a{
	font-weight:bold;
	font-size:16px;
	color:#554812;
}
a:hover{
	color:#AA8F25;
}
h1{
	font-size:32px;
	padding-bottom:6px;
	color:#000;
}
h2{
	font-size:20px;
	padding-bottom:10px;
}
p{
	padding-bottom:10px;
}
table{
	margin:0 auto;
}
td{
	padding:0 3px 6px 3px;
}

.highlight{
	color:#AA8F25;
	color:#554812;
}
.button{
	text-align:center;
	color:#fff;
	text-decoration:none;
	background:url(/images/button2.gif) repeat-x;
	padding:8px 15px 8px 17px;
	border:#333 solid 1px;
	border-top:0;
	border-bottom:0;
}
.button:hover{
	color:#000;
	background-position:0 -35px;
}
h1.home{
	font-size:23px;
	padding:6px 0 12px 0;
}

.Q{
	font-weight:bold;
}
.A{
	color:#000;
	font-weight:bold;
}
#featuredListHomepage div{
	width:25%;
	float:left;
	text-align:center;
}
#featuredListHomepage div img{
	border:#474748 solid 1px;
}