.link { font-family: Arial, tahoma, Helvetica, sans-serif; font-size: 11px; color: #3D5C85; text-decoration: none }
a:hover { font-family: Arial, tahoma, Helvetica, sans-serif; font-size: 11px; color: navy; text-decoration: underline}

.leftmenu {  font-family: Arial, Tahoma, Verdana; font-size: 11px; color: navy; text-decoration: none }
.leftmenu:hover {  font-family: Arial, Tahoma, Verdana; font-size: 11px; color: blue; text-decoration: none; font-weight: bold}

.dataitem {  font-family: Arial, Tahoma, Verdana; font-size: 11px; color: blue; text-decoration: none }
.dataitem:hover {  font-family: Arial, Tahoma, Verdana; font-size: 11px; color: maroon; text-decoration: underline;}

.dataitem2 {  font-family: Tahoma, Arial, Verdana; font-size: 12px; color: blue; text-decoration: none }
.dataitem2:hover {  font-family: Tahoma, Arial, Verdana; font-size: 12px; color: maroon; text-decoration: none; font-weight: normal; background-color:white}

.frontMenu {  font-family: Tahoma, Arial, Verdana; font-size: 12px; color: black; text-decoration: none }
.frontMenu:hover {  font-family: Tahoma, Arial, Verdana; font-size: 12px; color: blue; text-decoration: none; font-weight: normal; }

.shortcut_head {  font-family: Arial, Verdana; font-size: 12pt; color: white; text-decoration: none;font-weight: bold; }
.shortcut_head:hover {  font-family: Arial, Verdana; font-size: 12pt; color: white; text-decoration: underline; font-weight: bold; }

.shortcut_item {  font-family: Arial, Verdana; font-size: 10pt; color: black; text-decoration: none;font-weight: normal; }
.shortcut_item:hover {  font-family: Arial, Verdana; font-size: 10pt; color: blue; text-decoration: underline; font-weight: normal; }


.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 10px 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;
font-size: 11px;
font-family: Tahoma, Arial, Verdana;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
font-size: 11px;
font-family: Tahoma, Arial, Verdana;
color: #2d2b2b;
}

.shadetabs li a:hover{
font-size: 11px;
font-family: Tahoma, Arial, Verdana;
text-decoration: underline;
color: blue;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.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 #799FC5;
width: 700px;
margin-bottom: 1em;
padding: 5px;
background: white;
}

.tabcontentstyle2{ /*style of tab content oontainer*/
border: 1px solid #799FC5;
width: 700px;
margin-bottom: 1em;
padding: 5px;
background: white;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}