@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:20px;	
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#9E4607;
}

.header_Main
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bolder;
	color:#993300;
}

.header_Main a
{
	color:#993300;
	text-decoration:none;
}

.header_Main a:hover
{
	color:#CC0000;
	text-decoration:none;
}

.headingMainSmall
{
	font-size:16px;
	font-weight:bold;
	color:#003366;
	text-decoration:none;
}

/*********** NAVIGATION BUTTONS ******************/
a#b1
{
	display: block;
	width: 130px;
	height: 73px;
	background-image: url('/images/site/b1.jpg');
	background-repeat: no-repeat;
}
a#b1:hover
{
	background-position:-130px;
}

a#b2
{
	display: block;
	width: 122px;
	height: 73px;
	background-image: url('/images/site/b2.jpg');
	background-repeat: no-repeat;
}
a#b2:hover
{
	background-position:-122px;
}

a#b3
{
	display: block;
	width: 128px;
	height: 73px;
	background-image: url('/images/site/b3.jpg');
	background-repeat: no-repeat;
}
a#b3:hover
{
	background-position:-128px;
}

a#b4
{
	display: block;
	width: 124px;
	height: 73px;
	background-image: url('/images/site/b4.jpg');
	background-repeat: no-repeat;
}
a#b4:hover
{
	background-position:-124px;
}