
.text {font-size: 10; color:#475555; font-family:Times, serif}
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 12px Arial;
list-style-type: none;
text-align: left; 
}
.shadetabs li{
display: inline;
margin: 0;
}
.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: -5px;
border: 1px solid #678c8c;
color: #336666; font: Arial;
background: white url(shade.gif) top left repeat-x;
}
.shadetabs li a:visited{
color: #336666; font: Arial;
}
.shadetabs li a:hover{
text-decoration: none; font: Arial; color: red;
}
.shadetabs li.selected{
position: relative; font: Arial; color: red; top: 1px;
}
.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;  font-weight:bold; font: Arial;
}
.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none; font: Arial;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #678c8c;
width: 550px;
margin-bottom: 1em;
padding: 10px;
font-size: 10; color:#475555; font-family:Times, serif
}

.tabcontent{
display:none;
}

.tabcontent {
display:block;
}

