

a:link {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #C2578D;
}
a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #92275D;
}

html {
  height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #E4EEB0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #002200;
	line-height: 17pt;
   height: 100%;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	color: #A2376D;
}

hr {
	border-top-style: solid;
	border-top-width: 1 px;
	width: 95%;
}











.centerbox {
	margin-left: 300px;
	margin-right: 20%;
}

.centerbox-w {
	margin-left: 290px;
	margin-right: 10%;
}

.def {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 25px;
}

.emph {
	display: inline;
	font-weight: bold;
	font-size: 120%;
	color: #A2376D;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	border-bottom: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
}

.heading-white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #FFFFFF;
	border-bottom: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
}

.light {
	background-color: #C6EE90;
	border-right: solid;
	border-right-width: 2px;
	border-right-color: #92275D;
	color: #000000;
}

.all {
}

.low {
	border-style: groove;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 2;
}

.menuarea {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 220px;
}

.menu {
	position: absolute;
	top: 150px;
	left: 30px;
	font-size: 7pt;
	line-height: 9pt;
	vertical-align: middle;
*	background-color: #C6EE90;
}
.menu a {
	display: block;
	padding: 0.3em 1.2em 0.3em 1.2em;
}
.menu a:link {
	color: #006400;
	border: 1px solid #C6EE90;
}
.menu a:visited {
	color: #566A00;
	border: 1px solid #C6EE90;
}
.menu a:hover {
	border: 1px solid #92275D;
}
.menu a:active {
	border: 1px solid #92275D;
}

.shadowed {
	filter: Shadow(Color=000000, Direction=145);
}

.tex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #444444;
	line-height: 1.4em;
}



