.table {
	border-width: 0px;
	border-spacing: 0px;
}
.table-header {
	background:url(images/table-background.png);
	font-weight:bold;
	text-align: center;
	color: #000000;
	height:25px;
}
.table-odd {
	background-color: #1670C9;
	text-align:center;
	color: #FFFFFF;
	height:25px;
}
.table-even{
	background-color:#65A6E8;
	color:#FFFFFF;
	text-align:center;
	height:25px;
}
.table-footer {
	background:url(images/table-background.png);
	color: #FFFFFF;
	font-weight:bold;
	text-align: center;
}
.table-coloum1 {
font-weight:bold;
text-align:right;

}
.tablelink a:link, .tablelink a:visited {
	font-weight: bold;
	color: #FFFFFF;
}
