/* Style Sheet 1 main 1*/
/* Start */

body 	{font-size: 12pt; 
	
	font-family: "Tahoma";
	background: #669955;
	color: black;
	line-height: 16pt;
	margin-left: 0pt;
	margin-right: 0pt;
	text-indent: 0%;
	text-align: center;}


/* Font Size */

h1 	{font: 36pt;
	line-height: 18pt;}
	
h2	{font: 24pt;
	line-height: 12pt;}

h3 	{font: 20pt;
	line-height: 10pt;}

h4 	{font: 16pt;
	line-height: 8pt;}
	
h5	{font: 12pt;
	font-weight: bold;
	line-height: 12pt;}

h6 	{font: 8pt;
	font-weight: bold;
	line-height: 8pt;}

	
/* Link Status */

a {text-decoration: none;}
a:link	 {color: none;}
a:visited{color: none;}
a:active {color: none;}

/* Div Pages */

#banner {
	background: #669955;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 15%;
	width: 100%;
	}
#main {
	background: #669955;
	position: absolute;
	left: 15%;
	top: 15%;
	height: 65%;
	width: 70%;
	font-size: 60%;	
	}
#opt {
	background: #669955;
	position: absolute;
	left: 0px;
	top: 85%;
	height: 5%;
	width: 100%;
	font-size: 70%;
	}
#foot {
	background: #669955;
	position: absolute;
	left: 0px;
	top: 90%;
	height: 5%;
	width: 100%;
	font-size: 60%;	
	}	
#left {
	background: #669955;
	position: absolute;
	left: 0px;
	top: 15%;
	height: 65%;
	width: 15%;
	}
#right {
	background: #669955;
	position: absolute;
	right: 0px;
	top: 15%;
	height: 65%;
	width: 15%;
	}

/* Div Classes */


.leveller {
	width: 100%;
	padding: 12px;
	font-size: 90%;
	}
.level1 {
	width: 100%;
	padding: 12px;
	font-size: 90%;
	}
.level2 {
	width: 100%;
	padding: 6px;
	font-size: 90%;
	}
.level3 {
	width: 100%;
	padding: 3px;
	font-size: 90%;
	}



/* end style sheet */