body {
	color: #333;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 12px;
	line-height: 130%;
}

a {
	color: #0099FF;
	text-decoration: none;
}

a:hover { 
	color: #0066CC; 
}

table {
	border-spacing: 20px;
	margin-left: -9px;
	margin-top: 4px;
}

td {
	background-color: white;
}

.small_link {
	font-family: 'Lucida Grande', 'Trebuchet MS', Trebuchet, Arial, Geneva, sans-serif;
	font-size: 9px;
	line-height: 150%;
	text-transform: uppercase;
}

.searchodd
{
	width: auto;
	background-color: #f8f8e4; /* was f4f4b8 FFFFFF  */
	height: auto;
	padding: 10px 50px 10px 10px;
}

.searcheven
{
	width: auto;
	background-color: #eeeeee; /* was CCCCCC  */
	height: auto;
	padding: 10px 50px 10px 10px;
}

.grayTable table {
	background-color: #CCC;
	padding: 10px 20px 10px 10px;
	margin: 0px 20px 20px 20px;
	border-spacing: 0px;
}

.grayTable td {
	background-color: #CCC;
	padding-left: 10px;
}

.blackLink a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

.blackLink a:hover { 
	color: black; 
	text-decoration: underline;
}

.redLink	a {
	color: red;
	text-decoration: none;
}

.redLink	a:hover { 
	text-decoration: underline;
}
