	BODY,TD,P{
	font-family: tahoma;
	font-size: 9pt;
	color: #000000;
        margin:0;
        padding:0;
	}

a:link { color: #000000; text-decoration:underline}
a:visited { color: #000000; text-decoration:underline}
a {text-decoration:none}
a:hover {color:#cccccc; text-decoration:none}
a:active {color: #000000;}


/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 200px;
border-top: 5px solid #000000; /*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: #000000;
border-top: 1px solid 000000;
}

.modernbricksmenu2 a:hover{
background-color: #ffffff;
color: #000000;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #ffffff;
color: #000000;
border-color: #000000;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !ifmportant;
}
}

