/* CSS Document */
body {
    scrollbar-face-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #FFFF00;
	scrollbar-highlight-color: #4D4D4D;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #4D4D4D;
	scrollbar-darkshadow-color: #6B6B6B;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: none;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
}
table {
	font-size: 14px;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


a:link {
	color: #FF0000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #FF0000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr {
	color: #363A21;
	width: 90%;
}

.style1 
{ table 
	font-size: 14px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #363A21;
	border-bottom-color: #000000;
	border-left-color: #363A21;
}

.style-phbdr
{ table
	border-width: thin;
	border: thin solid #484D2B;
}