/* CSS Document */

table a,
table a:link,
table a:visited {
	border:none;
	}		
	
table {
	width:98%;
	border-collapse:collapse;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #e2fea7;
	border-right-color: #e2fea7;
	}

caption {
	color: #666666;
	font-size:1.5em;
	letter-spacing:0.1em;
	padding:0;
	margin:1em 0 0 0;
	margin-bottom:0;
	caption-side:top;
	text-align:center;
	}	
tr.odd td,
tr.odd .column1 {
	background-color: #f4f9fe;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	}	
.column1	{
	background:#f9fcfe;
	}
td {
	color:#678197;
	text-align:left;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #e2fea7;
	border-left-color: #e2fea7;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	}				
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	padding:.3em 1em;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #e2fea7;
	border-left-color: #e2fea7;
	}	
thead th {
	background:#f4f9fe;
	text-align:left;
	color:#00a63b;
	font-size: 1.2em;
	line-height: 2em;
	font-weight: bold;
	}				
tfoot th {
	background:#f4f9fe;
	text-align:center;
	}	
tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}
