H1  {
	font-size : 16pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : #FF6600;
}


H2  {
	font-size : 14pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : #FF6600;
}


H3  {
	font-size : 12pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : #FF6600;
}


H6  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #FF6600;
}


BODY  {
	text-align : center;
	margin: 0;
	color : black;
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
}


P  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-indent: 20px
}

UL {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
}

A:link  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #FF6600;
}


A:hover  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : blue;
}


A:visited  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #FF6600;
}

#navlist {
	position: absolute;
	padding:4px;
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navlist li {
	margin: 0 0 4px 0;
}

#navlist a {
	/*/*/display: block;
	padding: 2px 2px 2px 3px;
	border: 1px solid #333;
	width: 120px;
	background-color: #A5ADBD;
}

#navlist a:link, #navlist a:visited {
	color: #000;
	/*/*/color: #EEE;
	text-decoration: none; /* */
}

#navlist a:hover {
	border: 1px solid #333;
	background-color: #FF6600;
	color: #333;
}

#main {
	padding: 10px;
}