body         { background:#6d6d6d url('images/gradient-bg.jpg') repeat-x fixed center bottom;  }

.maintable {
	width: 850;
	padding: 0px; 
	}

table, tr, td, body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: white;
	border: 0px;
	}
	
.rounded-lt {
	background-image: url('images/circle2.png'); 
	background-repeat: no-repeat; 
	width:14; 
	height:14 
    }

.rounded-lb {
	background-image: url('images/circle2.png'); 
	background-repeat: no-repeat; 
    background-position: left bottom;
	width:14; 
	height:14 
    }

.rounded-rt {
	background-image: url('images/circle2.png'); 
	background-repeat: no-repeat; 
    background-position: right top;
	width:14; 
	height:14 
    }

.rounded-rb {
	background-image: url('images/circle2.png'); 
	background-repeat: no-repeat; 
    background-position: right bottom;
	width:14; 
	height:14 
    }