html body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #f8c473;
	line-height: 12pt; 
	background:#000000 left top fixed repeat;
	margin: 0 auto;
	width: 800px;
	scrollbar-face-color: #c0c0c0; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #c0c0c0; 
	scrollbar-arrow-color:  #ffffff; 
	scrollbar-track-color: #808080;
	scrollbar-shadow-color: #000000; 
	scrollbar-darkshadow-color: #333333;
	padding: 5px;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	font-weight: normal;
	font-style: normal;
	color: #f8c473;
	line-height: 14pt;
	margin: 10pt 0% 10pt 0%; 
}

b {
	font-style: bold;
}

i {
	font-style: italic;
}

u {
	font-style: underline;
}

em {
	font-weight: bold;
	font-style: italic;
	color: #f8c473;
}

div {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #fbd7a1;
	line-height: 12pt;
	margin: 5px;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #cc0033;
	text-decoration: none;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bolder;
	font-style: italic;
	color: #980034;
	text-decoration: none;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	color: #cc0033;
	text-decoration: none;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #cc0033;
	text-decoration: none;
	margin:8pt 0pt 8pt 0pt;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	color: #cc0033;
	text-decoration: none;
	margin:8pt 0pt 2pt 0pt;
}

hr {
	color: #980034;
}


html a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cc6600;
	text-decoration: none;
}

html a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff9933;
	text-decoration: none;
}

html a:focus {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff9933;
	text-decoration: none;
}

html a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff9933;
	text-decoration: underline;
}


html a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffcc66;
}


ul{
	color: #fbd7a1;
	font-size: 10pt;
	font-weight:normal;
	paddingleft: 5px;
}	
	
li{
	color: #fbd7a1;
	font-size: 10pt;
	font-weight:normal;
	margin: 2pt 0% 2pt 0%; 
}


dl {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

dd {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
}

dt {
	color: #980034;
	font-weight: bolder;
}

