.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 8pt Arial;
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 4px;
margin-right: 1px;
border: 0px solid #778;
HEIGHT: 23px;
WIDTH: 114px;
color: #000000;
background: white url(shade.jpg) top left repeat-x;
}

.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.jpg);
HEIGHT: 23px;
WIDTH: 114px;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.shadetabs1{
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 5;
font: bold 8pt Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs1 li{
display: inline;
margin: 0;
}

.shadetabs1 li a{
text-decoration: none;
padding: 5px 7px;
margin-right: 1px;
border: 0px solid #778;
HEIGHT: 23px;
WIDTH: 120px;
color: #000000;
background: white url(shade.jpg) top left repeat-x;
}

.shadetabs1 li a:visited{
color: #2d2b2b;
}

.shadetabs1 li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs1 li.selected{
position: relative;
top: 1px;
}

.shadetabs1 li.selected a{ /*selected main tab style */
background-image: url(shadeactive.jpg);
HEIGHT: 23px;
WIDTH: 120px;
}

.shadetabs1 li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.shadetabsnews{
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 8pt Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabsnews li{
display: inline;
margin: 0;
}

.shadetabsnews li a{
text-decoration: none;
padding: 5px 7px;
margin-right: 1px;
border: 0px solid #778;
HEIGHT: 23px;
WIDTH: 113px;
color: #000000;
background: white url(shade.jpg) top left repeat-x;
}

.shadetabsnews li a:visited{
color: #2d2b2b;
}

.shadetabsnews li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabsnews li.selected{
position: relative;
top: 1px;
}

.shadetabsnews li.selected a{ /*selected main tab style */
background-image: url(shadeactive.jpg);
HEIGHT: 23px;
WIDTH: 113px;
}

.shadetabsnews li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.shadetabsnews1{
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 5;
font: bold 8pt Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabsnews1 li{
display: inline;
margin: 0;
}

.shadetabsnews1 li a{
text-decoration: none;
padding: 5px 7px;
margin-right: 1px;
border: 0px solid #778;
HEIGHT: 23px;
WIDTH: 112px;
color: #000000;
background: white url(shade.jpg) top left repeat-x;
}

.shadetabsnews1 li a:visited{
color: #2d2b2b;
}

.shadetabsnews1 li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabsnews1 li.selected{
position: relative;
top: 1px;
}

.shadetabsnews1 li.selected a{ /*selected main tab style */
background-image: url(shadeactive.jpg);
HEIGHT: 23px;
WIDTH: 110px;
}

.shadetabsnews1 li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border-top: 1px solid #CACACA;
width: 100%;
margin-bottom: 1em;
padding-top: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}