/* CSS Document */

ol{
	margin:0;
	padding: 0 1.5em;
	}

table.wt{
	color:#727373;
	background:#99ccff;
	border:2px solid #006699;
	border-collapse:collapse;
	width:480px;
	font-size:1.2em;
	}

table.wt thead th{
	padding:.3em 0 .3em 0;
 	border-bottom:2px #006699 solid;
 	font-size:120%;
 	text-align:center;
 	color:#fff;
	background-color:#006699;
	}

table.wt td, th{
	background:transparent;
	padding:.5em 1em;
	}

table.wt tbody tr td{
	text-align:center;
	}

table.wt tbody tr.odd td{
	text-align:center;
	background:transparent url(../images/tr_bg.png) repeat top left;
	}

tfoot td{
	border-top:2px #006699 solid;
	font-size:10px;
	line-height:1.2em;
	}
