/*Table styles*/
table.tbl1
{
	width: 100%;
	
}

table.tbl1 thead
{
	background: #A3C2EA url('../images/tbl_head_bg.png') repeat-x scroll 0 0;
	color: #333;
	width: 100%;
}

table.tbl1 tbody
{
	width: 100%;
}

table.tbl1 tr td,
table.tbl1 tr th
{
	border: solid 1px #888;
	margin: 0;
	padding: 4px 5px 0 5px;
}

table.tbl1 tr td
{
	text-align: center;
	background-color: #000;
	color: #FFF;
	
}

table.tbl1 tbody tr.alt td
{
	background-color: #666;
}

table.tbl1 tr.over td,
table.tbl1 tbody tr.alt.over td
{
	background-color: #bcd4ec;
	color: #000;
}

table.tbl1 a
{
	color: #2a4a73;
	text-decoration: underline;
}

table.tbl1 a:hover
{
	text-decoration: none;
}

table.tbl1 a:visited
{
	color: #bccedc;
}


