A { text-decoration: none }
a:link	{font:8pt/11pt verdana; color:#000055}
A:hover { color:#000055}
A:hover { background-color:none}
A:hover { text-decoration:underline}
a:visited {font:8pt/11pt verdana; color:#000055}
.default
{
    FONT-SIZE: 13px;
    COLOR: #3e3e3e;
    LINE-HEIGHT: 15px;
    font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.gT1:link
{
    FONT-WEIGHT: none;
    FONT-SIZE: 18px;
    COLOR: #6e6e6e;
    LINE-HEIGHT: 17px;
    FONT-FAMILY: Arial,sans-serif,Verdana;
    TEXT-DECORATION: none;
}
A.gT1:visited
{
    FONT-WEIGHT: none;
    FONT-SIZE: 18px;
    COLOR: #6e6e6e;
    LINE-HEIGHT: 17px;
    FONT-FAMILY: Arial,sans-serif,Verdana;
    TEXT-DECORATION: none;
}
A.gT1:hover
{
    FONT-WEIGHT: none;
    FONT-SIZE: 18px;
    COLOR: #FF6600;
    LINE-HEIGHT: 17px;
    FONT-FAMILY: Arial,sans-serif,Verdana;
    TEXT-DECORATION: underline;
}
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 5px;
margin-bottom: 4;
font: bold 12px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 5px 12px;
margin-right: 5px;
border: 1px solid #CCC;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
background-color: #D9D8D7;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
background-color: #ffffff; 
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content container*/
background-color: #ffffff; 
border: 1px solid #CCC;
width: 880px;
margin-bottom: 1em;
padding: 20px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}