/* Style Sheet 1 main 1*/
/* Start */

body 	{font-size: 12pt;

	font-family: "Tahoma";
	background: #8a0412;
	color: #BE8953;
	line-height: 8pt;
	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;
	line-height: 10pt;}

	
/* Link Status */

a {text-decoration: none;}
a:link	 {color: white;}
a:visited{color: white;}
a:active {color: white;}

#main {
	background: #8a0412;
	font-size=60%;	
	}

/* Classes */

.level1 {
	color:white;
	font-size: 70%;
	}
.level2 {
	bordercolor: #BE8953;
	}
/* end style sheet */

