 /* CSS Document */
 

body {
	background-image: url(images/bg.jpg);
	background-color:#859BFE;
	background-attachment: fixed;
	background-repeat:no-repeat;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	color:#FFFF99;
	 SCROLLBAR-FACE-COLOR: #FFEDD2;
 SCROLLBAR-HIGHLIGHT-COLOR: #E0182F;
 SCROLLBAR-SHADOW-COLOR: #E0182F;
 SCROLLBAR-3DLIGHT-COLOR: #D78779;
 SCROLLBAR-ARROW-COLOR: #E0182F;
 SCROLLBAR-TRACK-COLOR: #F0DDD2;
}
 A:link { text-decoration: none;color: #FAA064}
 A:visited {text-decoration: none;color: #FAA064}
 A:active {text-decoration: none;color: #F30991}
 A:hover {text-decoration: underline;color: #F30991}

 .tableHeader {
	font-weight: bold;
	color:#FFFFCC;
	background-color:#993333
}

.tableText{
font-weight:normal;
color:#666633;
}
