BODY {
	color : #000000;
	background-color : #ffffff;
}

.note {
	color : #FF0000;
	background-color : transparant;
}
.contactheader {
	text-align : center;
	font-weight : bold;
}
.navmenu {
	background-image : url(images/leftmenubg.gif);
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : White;
}

.contentbg {
	background-image : url(images/logobg.gif);
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-color : #F3F7F5;
	background-position : bottom;
}

}
.content {
	margin-left : 3px;
	margin-right : 8px;
}
.content A {
	color : #007D5D;
}
.content A:HOVER {
	color : #007D5D;
	text-decoration : underline;
}

H2.header{
	font-size : 24px;
	margin-left : 5px;
}

.navmenu A {
	color : White;
	text-decoration : none;
}

.navmenu A:HOVER {
	color : Yellow;
	text-decoration : none;
}

.hormenu {
	background : url(images/hormenubg.gif);
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
}
.hormenu A {
	color : White;
	text-decoration : none;
}

.hormenu A:HOVER {
	color : Black;
	text-decoration : none;
}

