BODY,TD,P{font-family: Verdana,Sans-serif; font-size: 9pt; color: #000000;}
a:link { color: #000000; text-decoration:underline}
a:visited { color: #000000; text-decoration:underline}
a {text-decoration:none}
a:hover {color:#000000; text-decoration:none}
a:active {color: #000000;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 150px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(images/glossyback2.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 140px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
color: black;
background-image: url(images/glossyback.gif);
}


/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 200px;
border-top: 5px solid #0000FF; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 20px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: #ffffff;
text-decoration: none;
margin: 0 3px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #F60B87;
border-top: 1px solid 000000;
}

.modernbricksmenu2 a:hover{
background-color: #F60B87;
color: #ffffff;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #000000;
color: #ffffff;
border-color: #ffffff;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !ifmportant;
}
}
