@charset "iso-8859-1";
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
	color: #CCCCCC;
	padding-left: 5px;
	margin-right: 5px;
}
.mediumDARK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
	color: #000000;
	padding-left: 5px;
	margin-right: 5px;
	background-color: #CCCCCC;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #999999;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #333333;
}

.shadetabs li a:hover{
text-decoration: none;
color: #d3cb95;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(shadeactive.gif);
	border-bottom-color: #443821;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 0px;
	width: 500px;
	margin-bottom: 1em;
	padding: 10px;
	color: #FF3399;
	text-align: justify;
}

.tabcontent{
	display:none;
	color: #CCCCCC;
}

@media print {
.tabcontent {
	display:block!important;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #B9AC71;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
a:hover {  color: #443821; text-decoration: underline}
a.menuslink {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #660000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 8pt;
}
a.menuslink:hover {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}a.menuslinkact { font-family: Tahoma, Verdana, Arial, sans-serif; color: #660000; text-decoration: none; font-weight: bold }
}

