BODY {
	background-color: White;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
.maintable{
	width: 100%;
	background-color: #006963;
	
}
.othertable{
	width: 90%;
	background-color: #ffffff;
	height: 85px;
	margin-left: 5%;
	margin-top: 20px;
}
.bottomtable{
	width: 100%;
	background-color: #ffffff;
	height: 25px;
	border-top: 1px solid #006963;
	margin-left: 0;
	margin-top: 20px;
}
.fullscreen{
	width: 100%;
	height: 100%;
}
.contenttable{
	border-width: thick;
	border-left: 1px solid #006963;
	border-top: 1px solid #006963;
	border-right: 1px solid #006963;
	border-bottom: 1px solid #006963;
	width: 90%;
	height: 342;

	background-color: #ffffff;
}
.contenttable2{
	border-width: thick;
	border-left: 1px solid #006963;
	border-top: 1px solid #006963;
	border-right: 1px solid #006963;
	border-bottom: 1px solid #006963;
	width: 95%;
	margin:10px;
	height:600px;
	padding:25px;
	background-color: #ffffff;
}
.splashtable{
	border-width: thick;
	border-left: 1px solid #006963;
	border-top: 1px solid #006963;
	border-right: 1px solid #006963;
	border-bottom: 1px solid #006963;
	width: 90%;
	height: 342;

	background-color: #ffffff;
}
.contentcell{
	padding: 15 15 15 15;
	text-align: justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12;
	vertical-align: top;
}

.contentcellsml{
	text-align: justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10;
	vertical-align: top;
}

a:visited, a:link {
	color: 006963;
}

