body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	background-color: #adc7ac;
	margin: 0 0 0 0;
}

#Header {
	border-width: 1px;
	border-color: #a1a1a1;
	border-style: solid;
	padding: 0 10px 0 10px;
	background-color: #829a81;
	margin: 0 0 10px 0;
}

#MainTitle {
	text-decoration: none;
	font-style: italic;
	font-size: 32pt;
	color: #000000;
}

#MainMenu {
	text-align: right;
}

a.MainMenuItem:hover {
	background-color: #566d55;
}

a.MainMenuItem:visited,
a.MainMenuItem:hover,
a.MainMenuItem:link {
	text-decoration: none;
	color: #ffffff;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #ffffff;
	padding: 0 5px 0 5px;
	margin: 0 0 0 -1px;
}

a.SubMenuItem:hover {
	background-color: #829a81;
}

a.SubMenuItem:link,
a.SubMenuItem:hover,
a.SubMenuItem:visited {
	display: block;
	margin: 0 0 -1px 0;
	padding: 5px 0 5px 0;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #829a81;
	text-decoration: none;
	color: #000000;
}

#Content {
	text-align: justify;
	border-width: 1px;
	border-color: #a1a1a1;
	border-style: solid;
	padding: 0 10px 10px 10px;
	background-color: #d4e2d4;
	margin: 0 0 0 10px;
}

p {
	text-indent: 25px;
}

h1 {
	font-size: 16pt;
}

h3 {
	font-size: 14pt;
}

#Footer {
	border-width: 1px;
	border-color: #a1a1a1;
	border-style: solid;
	background-color: #829a81;
	margin: 10px 0 0 0;
}

.tableheader {
	background-color : #b7c7b7;
	color : #ffffff;
	text-align: left;
}
.tablecell, .extTable td, .extTable th {
	border : #000000 solid;	
	border-width : 0px 1px 1px 0px;
	text-align: left;
}
.tableborder, .extTable {
	border : #000000 solid;
	border-width : 1px 0px 0px 1px;
	text-align: left;
}

.comment {
	border-width: 1px;
	border-style: solid;
	border-color: #829a81;
	padding: 5px 5px 5px 5px;
	margin: 0 0 -1px 0;
}

.commentheader {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #adc7ac;
/*	color: #ffffff;*/
/*	background-color: #adc7ac;*/
	margin: 0 0 10px 0;
}

