table.scrollTable {
	text-align: left;
	font-size: 12px;
	font-family: verdana;
	background: #0F85E7;
	font-weight: bold;
}
 
table.scrollTable thead  {
	cursor: pointer;
}
 
table.scrollTable thead tr,
table.scrollTable tfoot tr {
	font-size: 14px;
	background: #0F85E7;
}
 
table.scrollTable tbody tr {
	background: #ccd7e5
}
 
table.scrollTable td, table.scrollTable th {
	border: 1px solid white;
}

table.scrollTable a:link, table.scrollTable a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

table.scrollTable a:active, table.scrollTable a:hover {
	color: #9E00F6;
	font-weight: bold;
	text-decoration: none;
}