<style type="text/css">
<!--
body
{scrollbar-face-color: #000000;
scrollbar-shadow-color: #cccccc;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #4C0099;
scrollbar-darkshadow-color: #003399;
scrollbar-track-color: #464646;
scrollbar-arrow-color: #FFFFFF;}
//-->
</style>

html {
	background-color: #333333;
}

body { 
	background-color: #333333;
	position: relative;
	margin: auto;
	border-top-width: 0px;
	margin-bottom: 25px;
	color: #FFFFFF;
	
}

a {
	text-decoration: none;
	color: #FFFFFF;
}


a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a#white {
	color: #FFFFFF;
	text-decoration: none;
}

.text {
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	color: #FFFFFF;
}

p {
	font-family: Verdana;
	color: #FFFFFF;
	padding-left: 22px;
	padding-right: 24px;
}


h1 {
	font-family: Verdana;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bolder;
	line-height: 16px;
}

h2 {
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 14px;
}

h3 {
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

blockquote { width: 270px; float: left; margin: 5px; padding: 5px; }

ul { list-style:circle; padding: 2px; margin: 2px; list-style-position: inside; line-height: 15px; }

.footer {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}


.footer a:link, .footer a:active {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-decoration : none;
	color: #CCCCCC;
	}

.footer a:hover { 
	text-decoration : underline;
	color: #FFFFFF;
	}

.footer a:visited { 
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-decoration : none;
	color: #cccccc;
	}
