*{padding:0; margin:0;}
 body {
	background-color:#F7FDE3;
	font-family:verdana,arial,sans-serif;
	background-repeat: repeat-x;
	background-position: left top;
}
	
	table {
	border-collapse: collapse;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	color: #006600;
}
#caption {
	font-size: 1.4em;
	font-stretch: condensed;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
}
th, td {
	padding: 0.6em;
	vertical-align: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E2F3C7;
	border-bottom-color: #E2F3C7;
}
th {
	text-align: left;
	text-transform: uppercase;
}
thead th, tfoot th, tfoot td {
	background-color: #cc9;
	font-size: 1.1em;
	background-image: url(../p7tp/img/tabs03_down.jpg);
	background-position: right top;
	background-repeat: repeat-x;
}
tbody th {
	
	padding-left: 24px;
}
tbody th, td {
	background-color:#AADB57;
}
tbody tr:hover td, tbody tr:hover th {
	background-color: #e4f5b1;
}
tr.odd td, tr.odd th {
	background-color: #bbe277;
}
tbody a {
	color: #333;
}
tbody a:visited {
	color: #999999;
}
tbody a:hover {
	color: #33c;
}
tbody a:active {
	color: #33c;
}
tbody td+td+td+td a {
	background: 
	padding-right: 12px;
}
tfoot th {
	text-align: right;
}
tfoot th:after {
	content: ":";
}
