table.maintable {
	width: 97%;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

table.maintable td.buttons {
	width: 195px;
	text-align: left;
	background-color: black;
	vertical-align: top;
}

table.maintable td.buttons img {
	border: 0px;
}

table.maintable td.mainarea {
	text-align: left;
	background-color: black;
	vertical-align: top;
	width: auto;
}


table.maincontent {
	/*height: 408px;*/
	height: 94%;
	margin: 0px;
	border: 0px;
}

table.maincontent td.title_tl {
	background-image: url('images/title_topleft.gif');
	background-repeat: no-repeat;
	width: 50%;
	height: 8px;
	background-color: #6BAA69;
}

table.maincontent td.title_tr {
	background-image: url('images/title_topright.gif');
	background-repeat: no-repeat;
	width: 50%;
	height: 8px;
	background-position: right;
	background-color: #6BAA69;
}

table.maincontent td.title_br {
	background-image: url('images/title_bottomright.gif');
	background-repeat: no-repeat;
	width: 50%;
	height: 8px;
	background-position: right;
	background-color: #6BAA69;
}

table.maincontent td.title_bl {
	background-image: url('images/title_bottomleft.gif');
	background-repeat: no-repeat;
	width: 50%;
	height: 8px;
	background-color: #6BAA69;
}

table.maincontent td.title_name {
	font-size: 10pt;
	line-height: 0.1;
	color: #6BAA69;
	background-color: #6BAA69;
	height: 80px;
}

table.maincontent td.content_bl {
	background-image: url('images/content_bl.gif');
	background-repeat: no-repeat;
	width: 50%;
	height: 6px;
	background-color: white;
	background-position: bottom left;
}

table.maincontent td.content_br {
	background-image: url('images/content_br.gif');
	background-repeat: no-repeat;
	width: 50%;
	height: 6px;
	background-color: white;
	background-position: bottom right;
}

table.maincontent td.content_tr {
	background-image: url('images/content_tr.gif');
	background-repeat: no-repeat;
	width: 50%;
	height: 6px;
	background-color: white;
	background-position: top right;
}

table.maincontent td.content_tl {
	background-image: url('images/content_tl.gif');
	background-repeat: no-repeat;
	width: 50%;
	height: 6px;
	background-color: white;
	background-position: top left;
}

table.maincontent td.content_pane {
	background-color: white;
	padding: 12px 20px 12px 20px;
	vertical-align: top;
}

table.maincontent td.space {
	background-color: black;
	height: 15px;
}

body {
	margin: 0px;
	padding: 0px;
	background: black;
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	color: black;
	line-height: 1.5;
	text-align: justify;
}

P {
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	color: black;
	line-height: 1.5;
	text-align: justify;
	margin-bottom: 12px;
}

a {
	font-weight: bold;
	color: black;
}

a:hover {
	font-weight: bold;
	color: #6BAA69;
}

table.classes {
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	color: black;
	line-height: 1.2;
	text-align: left;
}

table.classes P {
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	color: black;
	line-height: 1.2;
	text-align: left;
}

H6 {
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	color: black;
	line-height: 1.2;
	text-align: left;
	padding: 0px;
	margin: 0px;
}