/* CSS Document */
body {
	SCROLLBAR-FACE-COLOR: #645845; 
	SCROLLBAR-HIGHLIGHT-COLOR: #70624C; 
	SCROLLBAR-3DLIGHT-COLOR: #685B47; 
	SCROLLBAR-SHADOW-COLOR: #564C3B; 
	SCROLLBAR-DARKSHADOW-COLOR: #494032; 
	SCROLLBAR-BASE-COLOR: #494032;
	SCROLLBAR-ARROW-COLOR: #C5B7A2; 
	SCROLLBAR-TRACK-COLOR: #544B3C; 
	
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
}

.earthInterFace{
	background-color: #000000;
	background-image:  url(../images/earth/bg_page.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.earthBodyLeftFrm{
	background-color: #000000;
	background-image:   url("../images/earth/earth_06.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	margin-left: 6px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
}

.earthBodyRightFrm{
	background-color: #000000;
	background-image:   url("../images/earth/earth_08.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	margin-left: 6px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
}

a {
	font-size: 10px;
	color: #EAAF00;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #996600;
}

a:hover {
	text-decoration: underline;
	color: #CC9900;
}
a:active {
	text-decoration: none;
	color: #FFBF00;
}

td,th {
	font-size: 10px;
	color: #DDDDDD;
}
.text {
	font-size: 10px;
	color: #DDDDDD;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}
