
body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	margin: 0 0 0 0;
	background-color: #E5E5CC;
}

table {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
    margin-left: 0px;
}

tr {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

td {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a {
	color: #0000A0;
    font-size: small;
    font-weight: 700;
}

a:hover {
	color: #009933;
}

.redtext {
	color: #CC0000;
	text-decoration: none;
}

.graytext {
	color: #808080;
	padding-left: 10px;
}

.whitetext {
	color: #FFFFFF;
	text-decoration: none;
}

.tinytext {
	color: #000000;
	font-size: 10px;
}

.pagetitle {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: small;
	color: #4C6456;
	font-weight: bolder;
	text-decoration: none;
}

.subtitle {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bolder;
	text-decoration: none;
}

.copyright {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer_nav:link {
	color: #FFFFFF;
	text-decoration: none;
}

.footer_nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.footer_nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.quote {
	background-color: #C6CDB7;
	border: 1px solid #98AA99;
	padding: 5px 5px 5px 5px;
}

#GlobalNav {
	position: relative;
	width: 100%;
	min-width: 754px;
	height: 25px;
	background-color: #7E9688;
	padding: 0px;
	margin: 0px;
}

#GlobalLink{
	position: absolute;
	top: 3px;
	height: 25px;
	min-width: 754px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	z-index: 100;
}

a.Glink, a.Glink:visited{
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
  	color: #FFFFFF;
	padding: 0px 10px 0px 10px;
}

a.Glink:hover{
	color: #FFFFFF;
	background-color: #91A69A;
	text-decoration: none;
}

#SectionLinks a:link, #SectionLinks a:visited {
	display: block;
	border-top: 1px solid #BAC8C0;
	border-bottom: 1px solid #E5E5CC;
	background-color: #C6CDB7;
	font-weight: bold;
	padding: 1px 0px 1px 5px;
	color: #666666;
	text-decoration: none;
}

#SectionLinks a:hover {
	background-color: #D5D9C1;
	text-decoration: none;
}

.SectionMenuTop {
	background-color: #666666;
}