/*background color*/
body,html{
	background: #ffffcc;
}

/*paging stuff*/
div.rPaging a.rPagingCur
{
	color:#000;
}

div.rPaging a
{
	font-weight:bold;
}

table.results a
{
	color: #B64A36;
}

h1 { 
	font-family: arial;
	font-size: 16px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 5px;
	margin-bottom: -10px;
}

* html h1{margin-bottom: -30px;}
*+html h1{margin-bottom: -30px;}


h2 { 
	font-family: arial;
	font-size: 14px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}

.box {
	background-color: #f5f8b5;
	border: 1px solid #d8c658;
	width: 225px;
	font-family: arial;
	font-size: 12px;
	padding: 3px;
}


a.white {
		font-family: arial;
		font-size: 12px;
		color: #ffffff;
		text-decoration: underline;
}

a.white:hover {
		font-family: arial;
		font-size: 12px;
		color: #ffffff;
		text-decoration: underline;
	   }



.sub-header {
		font-family: arial;
		font-size: 14px;
		color: #8e2800;
		font-weight: bold;
	   }

.c a {
	color: #b64a36;
	font-family: arial;
	font-size: 12px;
}

.a {
	color: #8a3207;
	font-family: arial;
	font-size: 11px;
}

td {
	color: #000000;
	font-family: arial;
	font-size: 12px;
}
	

