.HeaderBold24{FONT-SIZE: 24px; COLOR: #000000; FONT-FAMILY: verdana,arial,helvetica; FONT-WEIGHT: Bold}
.HeaderBold{FONT-SIZE: 16px; COLOR: #000000; FONT-FAMILY: verdana,arial,helvetica; FONT-WEIGHT: Bold}
.Text{FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: verdana,arial,helvetica}
.RedItl{FONT-SIZE: 12px; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica; FONT-WEIGHT: Bold; FONT-STYLE: Italic;}

.shadetabs{
padding: 3px 0;
margin-left: 20;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*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: 3px 40px;
margin-right: 0px;
border: 1px solid #cccccc;
color: #000000;
background: white url(Images/TabShade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #cccccc;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #777777;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(Images/TabActive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #cccccc;
width: 700px;
margin-bottom: 0em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}