/* CSS Document */
.text {font-size: 10; color:#475555; font-family:Arial, Helvetica, sans-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 #336699;color: #336699; font: Arial; background: white url(shade.gif) top left repeat-x;
}
.shadetabs li a:visited{color: #336699; 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: 12px; color:#475555; font-family: Arial, Helvetica, sans-serif;
}
.tabcontentstyle li{ /*style of tab content oontainer*/
margin-left: 10px;
}
.tabcontentstyle a{ font-family: Arial, Helvetica, sans-serif; font-size: 102px ; color:#333333; text-decoration:underline;}
.tabcontentstyle a:link{ font-family: Arial, Helvetica, sans-serif; font-size: 12px ; color:#333333; text-decoration:underline;}
.tabcontentstyle a:visited {font-family: Arial, Helvetica, sans-serif; font-size: 12px ; color:#333333; text-decoration:underline;}
.tabcontentstyle a:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px ; color:#FF0000; text-decoration:underline;}



.tabcontent{
display:none;
}
.tabcontent {
display:block;
}


