/*
(c) 2004 
*/
a:link, active{
color:#0000FF;
/*font-weight:bold; */
text-decoration:none;
}
a:visited{
color:#0000FF;
/*font-weight:bold; */
text-decoration:none;
}
a:hover{
color:#CC3300;
/*font-weight:bold; */
text-decoration:none;
}
.td_listen   { border-bottom:1px solid #A2DDFD; background-color: #C7EBFE; border-left-width:1; border-right-width:1; border-top-width:1 }
.td_down     { border-bottom:1px solid #A2DDFD; background-color: #FFAD33; border-left-width:1; border-right-width:1; border-top-width:1 }
.f_sky        { color: #008080; font-size: 10pt }
.td2         { border-left-width: 1; border-right-width: 1; border-top-width: 1; 
               border-bottom: 1px solid #A2DDFD;  }
a:hover    {  color: #0000FF; text-decoration: 
               overline }
a:active    {   color: #0000FF; text-decoration: 
               overline }               
a:link       { color: #0000FF; text-decoration: 
               none}
a:visited    { color: #0000FF;   text-decoration: 
               none}

.table1      { border: 1px solid #C7EBFE; background-color:#E0F3FC; margin-top:2; margin-bottom:2; font-size:12pt }
.table2      { border: 1px solid #C7EBFE; background-color: #E8F7FF; margin-top:4; margin-bottom:4; color:#800080; text-align:justify; text-indent:4; font-size:12pt }
.td1         { border: 1px solid #C7EBFE }
.td3_subcat  { color: #808080; text-align: justify; text-indent: 3; margin-top: 3; 
               margin-bottom: 3 }
.td3         { background-color: #E8F7FF }
table        { font-size: 12pt }
.f_red {color: #CC3300; font-size:10pt }
.f_blue {color: #0000ff; font-size:10pt }
.f_green {color: #008000 ; font-size:10pt }
.f_gray {color: #808080; font-size:10pt }
.f_black {color: #000000 ; font-size:10pt }
textarea     { border: 1px solid #66CCFF; background-color: #C7EBFE; text-indent:0; text-align:center; font-size:10pt; margin-top:2; margin-bottom:2 }
button       { color: #000000; border: 1px solid #66CCFF; background-color: #A2DDFD }
select       { color: #000000; border: 1px groove #66CCFF; background-color: #C7EBFE }
input        { color: #000000; border: 1px solid #66CCFF; background-color: #C7EBFE }
-->
body{
margin:0px;
color:#000000;

scrollbar-3dlight-color:#1E65C6;
scrollbar-arrow-color:#39AFFF;
scrollbar-darkshadow-color:#39AFFF;
scrollbar-face-color:#1E65C6;
scrollbar-highlight-color:#39AFFF;
scrollbar-shadow-color:#E8F7FF;
scrollbar-track-color:#E8F7FF;
}
form{
margin:0px;
}
/*.button {
        border : thick solid 1;
        background-color: #2D7097;
        font-family: "Arial,Helvetica,Sans-serif";
        font-style : normal;
        font-weight : bold;
        color : #ffffff;
}
input.name{
border-color:#000000;
border-style:solid;
border-width:1px;
width:160px;
background:#ffffff;
color:#000000;
font-family:Arial;
font-size:12px;
font-weight:bold;
}
input.radio{
border:none;
width:auto;
background:transparent;
color:#000000;
}
select,option{
border-color:#000000;
border-style:solid;
border-width:1px;
width:160px;
background:#ffffff;
color:#000000;
font-family:arial;
font-size:12px;
font-weight:bold;
}
textarea{
border-color:#000000;
border-style:solid;
border-width:1px;
padding:3px;
width:320px;
background:#ffffff;
color:#000000;
font-family:arial;
font-size:12px;
height:100px;
font-weight:bold;

}*/
#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12pt arial;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #95D9FD;
border-bottom: none;
background: #FFFFCC;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a.current{
background: #FFFFCC;
}

#tabcontentcontainer{
width: 98%;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;
border: 1px solid #95D9FD;
}

.tabcontent{
display:none;
}