body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color: #000000;
	margin : 0;
	padding : 0;
	height: 100%;
	widht: 100%;
}

form {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

a {
	color: #5f5f5f;
	text-decoration : underline;
}

A:hover {
	color: #44770c;
}

.navNORMAL {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	background: #ffffff;
	border-left : 1px solid #44770c;
	padding: 0px 2px 0px 2px;
	cursor: hand;
}

.copyright {
	font-size : 10px;
}

.subsectionLINK, .subsectionLINK:visited, .subsectionLINK:active {
	font-size : 12px;
	font-weight : bold;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 4px;
	cursor: hand;
	color: #5f5f5f;
	text-decoration : none;
}

.subsectionLINK_SELECTED {
	font-size : 12px;
	font-weight : bold;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 4px;
	color: #44770c;
	text-decoration : none;
}

.subsectionLINK:hover, subsectionLINK:visited:hover, subsectionLINK:active:hover {
	color: #44770c;
	text-decoration : none;
}

.subsectionTITLE {
	font-size : 15px;
	font-weight : normal;
	margin-bottom : 8px;
	color: #44770c;
	text-decoration : none;
}

.h1, h1 {
	display: block;
	font-size : 17px;
	font-weight : bold;
	margin-bottom : 9px;
	color: #44770c;
	text-decoration : none;
}

.h2, h2 {
	display: block;
	font-size : 15px;
	font-weight : normal;
	margin-bottom : 7px;
	color: #44770c;
	text-decoration : none;
}

.h3, h3 {
	display: block;
	font-size : 13px;
	font-weight : bold;
	margin : 0px 0px 6px 0px;
	color: #5f5f5f;
}

.exclaim {
	display: block;
	font-size : 13px;
	font-weight : bold;
	margin : 0px 0px 6px 0px;
	color: #44770c;
}

.subsectionTEXT {
	font-size : 13px;
	font-weight : normal;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 6px;
	color: #5f5f5f;
	text-align: justify;
	text-justify: inter-word;
}

form .formtable {
	position: relative;
	left: 0px;
}

form .label {
	font-size : 13px;
	font-weight : bold;
	color: #5f5f5f;
	padding-right: 12px;
}


form input {
	font-size : 12px;
	font-weight : normal;
	border: 1px solid #44770c;
	padding: 0px 0px 0px 2px;
}

form .error {
	position: absolute;
	left: 300px;
	width: 140px;
	color: red;
	font-size: 12px;
	font-weight: bold;
	padding-top: 13px;
	padding-left: 15px;
	padding-bottom: 4px;
	background: url(../images/redarrowleft.gif) no-repeat 0px 16px;
}

form .errorcontainer {
	position: relative;
	display: block;
	width: 0px;
	height: 0px;
}

a.button, a.button:active, a.button:visisted {
	font-size : 12px;
	font-weight : normal;
	border: 1px solid #44770c;
	color: #44770c;
	height: 20px;
	padding: 4px 6px 4px 6px;
	margin: 6px 4px 6px 4px;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
	vertical-align: middle;
}

a.button:hover, a.button:visited:hover, a.button:active:hover  {
	background: #c0d2bf;
	text-decoration: none;
}
