body {
	margin-bottom : 0;
	margin-left : 20;
	margin-right : 0;
	margin-top : 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
	background-image : url(../borders/top1.jpg);
	background-repeat : no-repeat;
	background-color : #187308;
	background-position : 20px 20px;
}

.h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 30pt;
	font-weight : bold;
	color : Black;
}

.h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20pt;
	font-weight : bold;
	color : Black;
}

.h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color : Black;
}

.h4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : Black;
}

.text1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
}

.text2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : Black;
}

p.bord {
	border-color : Black Black Black Black;
	border : thin solid;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
}

p.ind {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
	text-indent : 10px;
	margin-right : 5px;
}

p.q {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Blue;
}

p.a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Green;
	text-indent : 20px;
}

ol.std {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: Black;
	margin-left: 30px;
	list-style : inside;
}

a.menu:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : Green;
	text-decoration: none;
	margin-left : 10px;
}

a.menu:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	margin-left : 10px;
	color : Black;
	text-decoration: none;
}

a.menu:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	margin-left : 10px;
	color : White;
	background-color : Green;
	text-decoration : underline;
}

a.menu:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	margin-left : 10px;
	color : Black;
	text-decoration: none;
}

a.small:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : blue;
	text-decoration: none;
}

a.small:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : blue;
	text-decoration: none;
}

a.small:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : blue;
	text-decoration : underline;
}

a.small:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : blue;
	text-decoration: underline;
}

.hovermenu ul{
font: bold 12px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
	padding: 2px 0.5em;
	text-decoration: none;
	float: none;
	color: black;
	background-color: #FFF2BF;
	border: 2px solid #FFF2BF;
}

.hovermenu ul li a:hover{
	background-color: #FFF8DC;
	border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;