a:link              { /* Document Links */
	color           : #000000;
	}
a:visited           {
	color           : #96A38B;
	}
a:hover             { /* Hover Links */
	color           : #336633;
	font-weight: bold;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/plaid-bg.jpg);
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.eccentric {
	font-family: "Eccentric Std";
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.tabtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
.arial-sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.green-text {
	color: #7E984D;
}
#tabs {
margin: 0;
padding: 0;
}
#tabs li { 
display: inline; 
border-bottom: .4em solid #FFFFCC;
background-color: #FFFFCC;
}
#tabs li a {
background: url("images/tab-left.gif") left top no-repeat; 
text-decoration: underline; 
padding-left: 12px;
} 
#tabs li a span {
background: url("images/tab-right.gif") right top no-repeat; 
padding-right: 13px;
} 
