/* CSS Document */ 
body {
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #0000FF;
	SCROLLBAR-BASE-COLOR:   #000000;
	scrollbar-track-color: #000000;
	scrollbar-shadow-color:#4F4F4F;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color:#000000;
	background-color: #000000;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: url(DARKBLUE.jpg);
	margin: 0px;
	padding: 0px;
}
table {
	color: #0066FF;
	font-size: 16px;
	font-weight: bold;
	font-family: Papyrus, "Times New Roman", serif;;
	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;
	
}	
	
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #CCCCCC;
}

hr {
	color: #0000FF;
	width: 650px;
	

}
.style-phbdr
{ table
	border-width: thin;
	border: 1px solid #00004A;
}
