@charset "utf-8";

/* TABLE STYLES ***************************************************************************************/
* {
margin:	0;
padding: 0;
}


html {
	margin: 0;
	padding: 0;
	height: 100%;
	
	}
	
table {
	border : none;
	border-collapse: collapse;
	width: 162px;
	height: auto;	
}


thead tr {
	background-image: url(../images/table/thead2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 77px;

}
tbody {
	background-image: url(../images/table/tbody.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
}
tfoot tr {
	background-image: url(../images/table/tfoot.jpg);
	background-repeat: no-repeat;
	height: 62px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #b5b57c;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
	empty-cells:show;
	
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 1.3em;
	padding-right: 0.5em;
	margin: 0em;
	padding-bottom: 0em;
	padding-left: 0.5em;
	width: 130px;
}


tbody a:link, tbody a:active, tbody a:visited {
	color: #acabab;
	margin: 0px;
	padding-left: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	width: 130px;
	display: block;
}

* html a:link {

		width: 130px;

}
tbody a:hover {
	color: #b5b57c;
	text-decoration: underline;
	display: block;
	width: 130px;
	
}

td {
	padding-bottom: .6em;
}
.space {
	padding-bottom: 2.8em;
	padding-left: .8em;
}
