

.fastswitch{
position: relative;
color: #737373;
font-size: 11px;
font-family: Arial;
font-weight: none;
margin: 0px;
padding: 0px;
text-decoration: none;
line-height: 24px;
height: 24px;
float: left;
text-align: center;
}

.fastswitch li{
display: inline;
margin: 0;
}

.fastswitch li a{
position: relative;
color: #737373;
font-size: 11px;
font-family: Arial;
font-weight: none;
margin: 0px;
padding: 0px;
width: 90px;
text-decoration: underline;
/*background-image: url(../images/taboff.jpg);
background-repeat: repeat-x;*/
line-height: 24px;
height: 24px;
float: left;
text-align: center;
}

.fastswitch li a:visited{
position: relative;
color: #737373;
font-size: 11px;
font-family: Arial;
font-weight: none;
margin: 0px;
padding: 0px;
width: 90px;
text-decoration: underline;
background-image: url(../images/taboff.jpg);
background-repeat: repeat-x;
line-height: 24px;
height: 24px;
float: left;
text-align: center;
}

.fastswitch li a:hover{
position: relative;
color: #000000;
font-size: 11px;
font-family: Arial;
font-weight: none;
margin: 0px;
padding: 0px;
width: 90px;
text-decoration: underline;
background-image: url(../images/taboff.jpg);
background-repeat: repeat-x;
line-height: 24px;
height: 24px;
float: left;
text-align: center;
}

.fastswitch li a.selected{ /*selected main tab style */
position: relative;
color: #ffffff;
font-size: 11px;
font-family: Verdana;
font-weight: none;
margin: 0px;
padding: 0px;
width: 90px;
text-decoration: none;
background-color: #FFFFFF;
background-image: url(../images/tab.jpg);
background-repeat: repeat-x;
line-height: 24px;
height: 24px;
float: left;
text-align: center;
}

.fastswitch li a.selected:hover{ /*selected main tab style */
text-decoration: bold;
font-family: Verdana;
color: #000000;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

