body
{
	background: url('images/background_tile.gif') repeat-x top left;
}

body, p, td {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.header, p.header, td.header {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #4F80BD;
}

/* Navigation */

a:hover.nav_on
{
	color: white;
	text-decoration: none;
}

A.nav_off {
	font-family: Verdana;
	font-size: 8pt;
	color: #656E77;
	text-decoration:none;
}

A.nav_on {
	font-family: Verdana;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration:none;
}

A.box_off,.box_off {
	width: 150px;
	height: 22px;
	padding: 3px;
	border: 1px solid #BDBDBD;
	background-color: #EFF0F0;
}

A.box_on,.box_on {
	width: 150px;
	height: 22px;
	padding: 3px;
	border: 1px solid #BDBDBD;
	background-color: #3822A9;
	font-family: Verdana;
	font-size: 10pt;
	color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #3366cc;	
}

p a:hover {
	color: #BC7822;	
}