body {
	background-image: url(/site/images/patt_bg4.jpg);
	background-repeat: repeat;
	background-color: #fefefe;
	font-size: .95em;
}

A {
	color: #0768A9;
	text-decoration: none;
	font-weight: 500;
}


.bodytext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #474747;
}
.td_blu_lines {
}

.bodytext-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #0072AA;
}
.homepage-header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-weight: bold;
	color: #0072AA;
}
.homepage-head-black {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-weight: bold;
	color: #474747;
}
.bodytext-bold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #474747;
}
.header1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 4px;
}


a:hover {
	text-decoration: none;
	color: #E89D00;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.nav {
	font-variant: normal;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a.nav:link {color:#0768A9} 
a.nav:visited {color:#0768A9}
a.nav:hover {
	color:#000;
	background-image: url(/site/images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
a.nav:active {color:#0768A9}
}

.nav_blue {
	color: #474747;
	text-decoration: none;
}
.td_pad {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.table_main {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #474747;
}
.td_blu_lines_right {
	background-color: #ECEAF4;
}
.bodytext_footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #474747;
}

#nav-menu ul
 {
	list-style-type:none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}

#nav-menu ul a
{
	text-decoration:none;
	width:226px;
	display:block;
	text-align:left;
	font-size:1em;
	line-height:1.9em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#0768A9;
	font-weight: bold;
}
#nav-menu ul a:visited
{
	text-decoration:none;
}

#nav-menu ul a:hover
{
	text-decoration:none;
	color: #E89D00;
	background-image: url(/site/images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 2px;
	margin-left: -2px;
}
