body {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #1D273D;
	margin-top: 0px;
	background-image: url("images/wtr_java.gif");
    background-position: center center;
    background-repeat: no-repeat;
    scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #E8EAED;
	scrollbar-highlight-color: #E8EAED;
	scrollbar-3dlight-color: #E8EAED;
	scrollbar-darkshadow-color: #E8EAED;
	scrollbar-track-color: #E8EAED;
	scrollbar-arrow-color: #A0E100;

}

a:link {
	text-decoration: none;
 	color: #A0E100;
}

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

a:hover {
	text-decoration: none;
	color: #A0E100;
}

.largetxt {
	color: #FFFFFF;
	font-size: 14px;
}

.mediumtxt {
	color: #888888;
	font-size: 12px;
}

.smalltxt {
	color: #FFFFFF;
	font-size: 10px;
}

.xsmalltxt {
	color: #888888;
	font-size: 8px;
}