@charset "utf-8";

/* CSS Document */



@charset "utf-8";

/* CSS Document */



table {

	border-collapse: collapse;

	width: 100%;

	font-size: 12px;

	margin-bottom:20px;

}



caption {

text-transform: uppercase;

font-weight:bold;

text-align:left;

padding: 0 11px 8px 11px;

}



th {

	text-transform: uppercase;

	padding: 0 11px;

	background: #CCCC99;

	border-bottom: 1px solid #9CA161;

}



td {

	padding: 6px 11px;

	border-bottom: 1px solid #9CA161;

	vertical-align: top;

}



td * {

	padding: 6px 11px;

}



tr.alt td {

	background: #CCCC99;

}



table a:link, table a:visited {

	color:#95BCE2;

}