body { }
p { }
td { }
a:link { }
a:visited { }
a:hover { }
a:active { }
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#invertedtabs{ background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin-left: 4px; width: 100%; padding-right: 0; padding-bottom: 0; padding-left: 2px; voice-family: "\"}\""; voice-family: inherit; }
#invertedtabs ul{ font-size: 9pt; font-weight: normal; margin:0; padding:0; list-style:none; }
#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
line-height: 1.5em;
}
#invertedtabs a{
	float:left;
	color: #999;
	font-size: 7.5pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	margin:0;
	padding:2px;
	text-decoration:none;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	width: 119px;
	height: 37px;
	border-right: 1px solid #383838;
}
#invertedtabs a span{ background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; float:left; display:block; padding:0; }
#invertedtabs a span{
float:none;
}
#invertedtabs a:hover{
	color: #47883B;
	font-size: 7.5pt;
	font-weight: normal;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left center;
}
#invertedtabs a:hover span{
	color: #47883B;
	font-size: 7.5pt;
	font-weight: normal;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left center;
}
#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
	color: #47883B;
	font-size: 7.5pt;
	font-weight: normal;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left center;
}
#invertedtabsline{ font-size: 10px; clear: both; padding: 0; width: 100%; height: 8px; line-height: 8px; background: #eb3227; border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

