body
{
	margin: 15px 0 0 0;
	font-family: Verdana, Arial, Times new roman;
	font-size: 11px;
	background-color: #f8f8f8;
	text-align: center;
}

td
{
	font-family: Verdana, Arial, Times new roman;
	font-size: 11px;
	text-align: left;
}

a.menu
{
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding-left: 12px;
	background-image: url('Images/menu_off.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

a.active, a.menu:hover
{
	color: red;
	text-decoration: none;
	background-image: url('Images/menu_on.gif');
}

td.content 
{
	padding: 10px 5px 5px 5px;
}

span.copy
{
	color: gray;
}

a
{
	color: #CC0000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

.i 
{
	color: #CC0000;
}

span.PrintTitle 
{
	font-size: 30px;
	font-weight: bold;
	font-family: Arial, Times New Roman;
}

select, input, textarea
{
	font-family: Verdana, Arial, Times new roman;
	font-size: 10px;
	background-color: #E8E8FF;
	width: 300px;
}

a.submenuactive
{
    color: black;
}
