html{
	font-size: 62.5%;
}

body		{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000000;
	font-size: 1.2em;
	background-color: #98FB98;
	text-align: justify;
}


a:link		{
	color: blue;
	text-align: justify;
	text-decoration: none;
	white-space: normal;
	/*background-color: #D0FFFF;*/
}



a:visited	{
	color: blue;
	/*background: #D0FFFF;*/
	text-decoration: none;
	white-space: normal;
}



a:hover	{
	color: #FF00FF;
	/*background: #D0FFFF;*/
	text-align: justify;
	text-decoration: underline;
	white-space: normal;
}


a:active	{
	color: red;
	/*background: #D0FFFF;*/
	text-align: justify;
	text-decoration: none;
	white-space: normal;
}


img {
	/*background: #D0FFFF;*/
	border: none;
	color: Blue;
}

td a:link		{
	color: Black;
	/*background: #D0FFFF;*/
	line-height: 10px;
	text-align: justify;
	text-decoration: none;
	white-space: normal;
	
}



td a:visited	{
	color: Teal;
	/*background: #D0FFFF;*/
	line-height: 10px;
	text-align: justify;
	text-decoration: none;
	white-space: normal;
}



.smallprint {
	font-size: 0.9em;
	line-height: 1em;
}



.normalprint {
	font-size: 1.2em;
	line-height: 1.4em;
}







td a:hover		{
	color: Fuchsia;
	/*background: #D0FFFF;*/
	line-height: 1em;
	text-align: justify;
	text-decoration: underline;
	white-space: normal;
}



td a:active	{
	color: Red;
	/*background: #D0FFFF;*/
	line-height: 1em;
	text-align: justify;
	text-decoration: none;
	white-space: normal;
}





h1		{
	font-family: " Times New Roman", serif;
	font-size: 2.5em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #000000;
	/*background: #D0FFFF;*/
	line-height: 2.8em;
	text-align: center;
}

		

h2		{
	font-family: "Times New Roman", serif;
	font-size: 2em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #0068FF;
	/*background: #D0FFFF;*/
	line-height: 2.2em;
}
















table{
	width: 90%;
	font-size: 1em;
	font-family: "Arial Narrow", sans-serif;
	color: Green;
	border: thin solid Blue;
}



TH {
	font-family: "Arial Narrow", sans-serif;
	font-size: 1em;
	color: blue;
	/*background: #D0FFFF;*/
}


TD {
	/*font-size: 0.9em;
	font-family: "Arial Narrow", sans-serif;
	color: Green;*/
	/*background: #D0FFFF;*/
}


/*******************************Classes********************************/

.t1 {
	/*text size in class smallprint or normalprint*/
	color: green;
	/*background: #D0FFFF;*/
}

.leftalign{
	text-align: left;
}

.centrethis{
	text-align: center;
}

.rightalign{
	text-align: right;
}


/************************** IDs  ************************************/

/*   Main Wrapper   */

#wrapper{
	background: #D0FFFF;
	text-align: justify;
	white-space: normal;
	width: 100%;
	}

/*   Content Holders   */
#header{
	top: 0em;
	width: 62%;
	height: 10em;
	position: absolute;
	background-color: inherit;
	left: 35%;
}

#lhside {
	width: 15%;
	position: absolute;
	top: 0em;
	left: 1em;
	background-color: inherit;
	height: 50.7em;
}


#maintext {
	position: absolute;
	top: 6.6em;
	left: 35%;
	width: 62%;
	height: 19em;
	background-color: inherit;
	padding-left: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 1em;
	line-height: 1.1em;
	padding-right: 1em;
}


#footer{
	position: absolute;
	width: 82%;
	left: 17%;
	top: 31.2em;
	height: 23.9em;
	background-color: ActiveBorder;
}

#t2 {
	color: blue;
	background: #D0FFFF;
}



#t3{
	color: red;
	background: #D0FFFF;
}


#datatable {
	position: absolute;
	top: 38em;
	left: 10.1em;
	width: 80%;
}


