/* Style Sheet 1 main 1*/
/* Start */

body 	{font-size: 12pt; 
	
	font-family: "Tahoma";
	background: black;
	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: 90px;
	width: 800px;
	}
#main {
	background: #669955;
	position: absolute;
	left: 135px;
	top: 91px;
	height: 458px;
	width: 530px;
	}
	
#main2 {
	background: #669955;
	position: absolute;
	left: 81px;
	top: 91px;
	height: 478px;
	width: 638px;
	}
#foot {
	background: #669955;
	position: absolute;
	left: 0px;
	top: 550px;
	height: 50px;
	width: 800px;
	font-size: 55%;
	}	
#left {
	background: #669955;
	position: absolute;
	left: 0px;
	top: 90px;
	height: 510px;
	width: 134px;
	}
#right {
	background: #669955;
	position: absolute;
	left: 666px;
	top: 90px;
	height: 510px;
	width: 134px;
	}

/* 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 */