/* CSS Document */ 
body {
	scrollbar-face-color: #062C3F;
	scrollbar-track-color: #062C3F;
	scrollbar-arrow-color: #538AA7;
	scrollbar-highlight-color: #3C465E;
	scrollbar-3dlight-color: #538AA7;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #000000;
	color: #8AC5FF;
	font-family: Papyrus, Arial, Verdana;
	background-color: #000000;
	background-image: url(bgk-stars.jpg);
	background-repeat: repeat;
	margin-top: 0px;
}
table {
	color: #8AC5FF;
	font-size: 14px;
	font-family: Papyrus, Arial, Verdana;
	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: #8AC5FF;
}
a:visited {
	color: #8AC5FF;
}
a:hover {
	color: #8AC5FF;
}

hr {
	color: #024057;
	width: 90%;
}

.style1 
{ table 
	font-size: 14px;
	border-top-width: 2;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 2;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #538AA7;
	border-right-color: #2B6295;
	border-bottom-color: #2B6295;
	border-left-color: #538AA7;
}

.style2
{ table 
	font-size: 14px;
	border-top-width: 2;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 2;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #74A3BC;
	border-bottom-color: #74A3BC;
	border-left-color: #000000;
}

.style-phbdr
{ table
	border-width: thin;
	border: thin solid #74A3BC;
}