/* CSS Document */

body {
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 3px;
	background-color: #6D966D;
}
H1 {
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	color: #FFFFFF;
	padding-top: 15px;
}
H2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 0px 2px 0px 2px;
	background-color: #FFFFFF;
}
H3 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px 2px 0px 3px;
	text-decoration: none;
}
H3 a {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin: 0px 2px 0px 3px;
	color: #FFFFFF;
	text-decoration: none;
}
H3 a:hover {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 2px 0px 3px;
	color: #FFFF00;
	text-decoration: none;
}
H4 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px 2px 0px 3px;
	text-decoration: none;
}
H4 a {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin: 0px 2px 0px 3px;
	color: #FFFFFF;
	text-decoration: none;
}
H4 a:hover {
	font-size: 12px;
	font-weight: normal;
	margin: 15px 2px 0px 3px;
	color: #FFFF00;
	text-decoration: none;
	padding-top: 10px;
}
H5 {
	font-size: 16px;
	font-weight: bold;
	color: #3E553E;
	text-align: left;
	margin: 5px 2px 5px 5px;
	background-color: #FFCC00;
}
H6 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
.textfooter {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	margin: 5px 2px 0px 3px;
}
.textfooter a {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 0px 2px 0px 3px;
	color: #FFFFFF;
	text-decoration: none;
}
.textfooter a:hover {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin: 0px 2px 0px 3px;
	color: #FFC9BB;
	text-decoration: none;}

.subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin: 5px 2px 0px 3px;
	text-decoration: underline;
}
#subtitle2 {
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.textfooter2 {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	margin: 5px 2px 0px 3px;
}
.textfooter2 a {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	margin: 0px 2px 0px 3px;
	color: #FFFFFF;
	text-decoration: none;
}
.textfooter2 a:hover {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	margin: 0px 2px 0px 3px;
	color: #FFC9BB;
	text-decoration: none;}

/* TABLE */
.tablep {
	border-color: #000000;
	border-style: SOLID;
	border-width: 5;
}
.tablem {
	background-color: #FFFFFF;
	border-top-color: #000000;
	border-top-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #000000;

}
/* MENU */
#menuh {
	font: bold 100%;
    font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 2px;
	font-size: 12px;
}

#menuh ul, li {
	list-style-type: none;
	}

#menuh ul {
	margin: 0;
	padding: 0;
}

#menuh li {
	float: left;
}

#menuh a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 3px 10px;
	text-align: center;
	border-width: 1px 1px 1px 0;
	border-right: 1px solid #FFCC00;
	font-weight: bold;
}

#menuh a#first {
	border-left: none;
}
#menuh a#last {
	border-right: none;
}
#menuh a:hover {
	background: #FFCC00;
    color: #000000;
}
.image {
	margin-right: 10px;
	margin-top: 2px;
}

/* IMG */
.img {
	border-color: #FFFFFF;
	border-style: SOLID;
	border-width: 5;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

