/* Tab link Style Sheet */

body {
	margin:0px; padding:0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:12px;
	background-color:#FFFFFF;
	}
FORM {
	margin:0px;
	padding:0px;
}
SELECT {
	FONT: 11px verdana, arial, helvetica, sans-serif;
}	
INPUT.tbox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
IMG { border: 0px; background-color: transparent;}
IMG a{ border: 0px; background-color: transparent;}
IMG.border {
	margin:0px; padding:1px;
	border:1px solid #9DA8B6;
	}

#stabox {
	padding:0px;
	margin: 0px;
}

.shadetab{
padding: 3px 0;
margin-left: 10px;
margin-top: 1px;
margin-bottom: 0;
font-family: Arial, Verdana;
font-size: 12px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetab li{
display: inline;
margin: -1px;
padding: 0px;
}

.shadetab li a{
text-decoration: none;
padding: 4px 6px;
color: #000;
}

.shadetab li a:visited{
color: #000;
}

.shadetab li a:hover{
text-decoration: none;
color: #000;
text-decoration:underline;
}

.shadetab li.selected{
margin:-1px;
padding:0px;
}

.shadetab li.selected a{ /*selected main tab style */
background:url(images/shadeactive.gif) top repeat-x;
font-weight:bold;
}

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

}

.stabcontentstyle{ /*style of tab content Coontainer*/
line-height:1.3; font-size:12px;
color: #00659C;
}

.stabcontent{
display:none;
overflow: auto;
padding: 0px;
margin: 0px;
}

@media print {
.stabcontent {
display:block!important;
}
}
/* EOF Tabl Link Style Sheet */

