/* CSS Document */

body,td,th {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.homenext
{
	text-decoration: underline;
	color: #000000;
}

.homenext:hover
{
	text-decoration: underline;
	color: #000000;
}

.homenext:visited
{
	text-decoration: underline;
	color: #000000;
}

a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}

homenext {
	color: #000000;
	text-decoration: none;
}

body {
	background-image: url(../img/bkgd.gif);
	background-repeat: repeat-x;
	background-color: #CC0000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.panelBody {
	background-image: url(../img/panel_bkgd.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: bottom;
	padding-left: 25px;
	padding-right: 25px;
}

.utility {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	padding-top: 5px;
}
.utility a {
	padding-left: 15px;
}
