body {
	text-align: center;
}

#main {
margin-top:-13px;

}

.col1 {
background-color: #888888;
}

.col2 {
background-color: #eeeeee;
}

.colHeader {
	background-color: #cccccc;
	text-align: center;
}
.colHeaderOver {
	background-color: #666666;
	text-align: center;
}
.colHeaderOverCell {
	background-color: #fff;
	text-align: center;
}

h1{
	font: 16px Verdana, sans-serif;
	font-weight: bold;
}

#table {
	font: 13px Verdana, sans-serif;
	font-weight: bold;

}

th {
	border-bottom: 1px solid black;
	text-align: center;
	
}

td {
	
	text-align: center;
	
}

table td {
padding: 5px;
padding-bottom: 5px;
	font-weight: normal;
border-bottom: 1px solid black;
	color: #000000;
}

table {
	text-align: center;
	border-spacing: 0;
border: 1px solid black;
	width: 540px;
	background-color: #dddddd;
	margin-left: auto;
	margin-right: auto;
}
td {
}


#news{
margin-top: -13px;
}