body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
th {
	font-family: Arial, Helvetica, sans-serif;
}
.topGrad {
	background-image: url(../images/grad.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height:40px;
	position:absolute;
	top:3px;
	left:0;
}
A:link {
	text-decoration: none;
	color: #C6D9E8;
}
A:visited {
	text-decoration: none;
	color: #C6D9E8;
}
A:active {
	text-decoration: none;
	color: #C6D9E8;
}
A:hover {
	text-decoration: underline;
	color: #C6D9C0;
}
.greenLink {
	color:#006600;
	font-weight:bold;
}
.mainBlock {
	width: 100%;
	position: absolute;
	top:0px;
	margin:0 auto 0 auto;
	overflow: hidden;
	height: 700px;
	left: 0px;
}
.tbl {
	position:relative;
	top:-5px;
	left:0px;
	width: 100%;
	float: left;
}
.small {
	font-size: 10px;
	white-space: normal;
	display: inline-block;
	line-height: 20px;
	vertical-align: middle;
}
#newWrapper {
	height: 200px;
	width: 800px;
	border: thin dashed #00FF00;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
