body {
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.gif);
	background-repeat: repeat-x; 
}




.td {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 800px;
}

.td_all {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 800px;
	height: 5px;
	background-color: #666C82;	
}

.top_cell {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 800px;
	height: 150px;
	background-color:white;
}

.border_left_right_top {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.main_cell {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 800px;
	height: 350px;
	font-family: Tahoma;
	font-size: 10px;
	color: #999999;	
}

.preview_cell {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 800px;
	height: 125px;
	font-family: Tahoma;
	font-size: 10px;
	color: #999999;	
}

.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666C82;

}

.footer_cell {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 800px;
	height: 50px;
}


.TA_scroll_text  {
		    scrollbar-3dlight-color: white;
			scrollbar-arrow-color:#8E91A2;
			scrollbar-darkshadow-color: white;
			scrollbar-face-color:white;
			scrollbar-highlight-color:white;
			scrollbar-shadow-color: white;
			scrollbar-track-color: white;
			
			font-family: Tahoma;
			font-size: 12px;
			color: #8E91A2;	
		   

