a:link {
	text-decoration: none;
	color: #000000;
	}
a:visited {
	text-decoration: none;
	color: #000000;
	}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
	}
body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(../graphics/bg.jpg);
}
.menu {
	font-size: x-small;
	color: #FFFFFF;
}
.breadcrumb {
	font: normal 16px Arial;
	color: #FFFFFF;
	text-decoration: none;
}
.breadcrumb a:link{
	font: normal 16px Arial;
	color: #FFFFFF;
	text-decoration: none;
}
.breadcrumb a:visited{
	font: normal 16px Arial;
	color: #FFFFFF;
	text-decoration: none;
}
.breadcrumb a:hover{
	font: normal 16px Arial;
	color: #000000;
	text-decoration: none;
}
.breadcrumb a:active{
	font: normal 16px Arial;
	color: #FFFFFF;
	text-decoration: none;
}
.bodyTitle {
	font-size: large;
	font-weight: bold;
}
.bodyBold {
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
}
.bodyLink {
	text-decoration: none;
	font-weight: normal;
}

.bodyNorm {font-size: medium}
.bodysmall {
	font-size: x-small;
}


.footerBold {
	font-size: xx-small;
	font-weight: bold;
}
.footerNorm {
	font-size: xx-small;
	font-weight: normal;
}
.footerLink{
	font-size: xx-small;
	font-weight: normal;
	color: #000000;
}
#dropmenudiv{
	position: absolute;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px Arial;
	line-height: 18px;
	z-index: 100;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
}
#dropmenudiv a:hover{
	background-color: #89A06C;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#dropmenudiv a:link{
	color: #FFFFFF;
	font-weight: normal;
}
#dropmenudiv a:visited{
	color: #FFFFFF;
	font-weight: normal;
}
input
{
color: #000000;
background: #89A06C;
border: 1px solid #000000;
}
.bodyBoldUL {

	font-size: medium;
	font-weight: bold;
	text-decoration: none;
}
.moreLESS {
	font-size: xx-small;
	font-weight: normal;
	color: #FF0000;
	border-width: 1px;
}
.txtITALIC {
	font-style: italic;
}
