a {
	text-decoration: none;
	color: #231F20;
}

a:hover {
	text-decoration: underline;
}

a.colofon {
	color: #FFFFFF;
	font-size: 11px;
	font-weidth: bold;
}

a.menulink {
	text-decoration: none;
	color: #231F20;
}

a.menulink:hover {
	text-decoration: none;
}

a.menusublink {
	text-decoration: none;
	color: #FFFFFF;
}

a.menusublink:hover {
	text-decoration: none;
	color: #231F20;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
}

h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

table {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
}

table.main {
	background-color: #FFFFFF;
	background-repeat: no-repeat;

}

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

.colofon {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.contentlayer {
	overflow:auto;
	padding: 7px;
}


.menu {
	color: #231F20;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #00B25A;
	border-right: 2px solid #00B25A;
	border-bottom: 2px none #00B25A;
	border-left: 2px solid #00B25A;
	cursor: hand;

}

.menuhover {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #00B25A;
	border-right: 2px solid #00B25A;
	border-bottom: 2px none #00B25A;
	border-left: 2px solid #00B25A;
	cursor: hand;
	background-color: #00B25A;
}

.menuactive {

	background-color: #00B25A;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #00B25A;
	border-right-color: #00B25A;
	border-bottom-color: #00B25A;
	border-left-color: #00B25A;
}

.menuhome {

	color: #231F20;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #231F20;
	border-right: 2px solid #231F20;
	border-bottom: 2px none #231F20;
	border-left: 2px solid #231F20;
	cursor: hand;
}

.menuhomehover {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #231F20;
	border-right: 2px solid #231F20;
	border-bottom: 2px none #231F20;
	border-left: 2px solid #231F20;
	cursor: hand;
	background-color: #CCCCCC;
}

.menuhomeactive {
	background-color: #231F20;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #231F20;
	border-right-color: #231F20;
	border-bottom-color: #231F20;
	border-left-color: #231F20;
}

.menusub {
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	background-color: #00B25A;
	font-size: 10px;

}
.contentcell {
	border: 1px solid #231F20;
}
