body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
	SCROLLBAR-FACE-COLOR:#333333; 
	SCROLLBAR-HIGHLIGHT-COLOR:#444444; 
	OVERFLOW: auto; 
	SCROLLBAR-SHADOW-COLOR:#222222; 
	SCROLLBAR-3DLIGHT-COLOR:#363636; 
	SCROLLBAR-ARROW-COLOR:#000000; 
	SCROLLBAR-TRACK-COLOR:#000000; 
	SCROLLBAR-DARKSHADOW-COLOR:#111111;
  }

.text{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight:normal
;
}
	
.title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
	}
	

.td {
	background-image: url(images/bg_td.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


