	BODY,TD,P{
	font-family: tahoma;
	font-size: 9pt;
	color: #B41903;
        margin:0;
        padding:0;
	}
	
a:link { color: #C22103; text-decoration:underline}
a:visited { color: #C22103; text-decoration:underline}
a {text-decoration:none}
a:hover {color:#ffffff; text-decoration:none}
a:active {color: #C22103;}

.thumb img{
border: 1px solid #B41903;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
.thumb:hover img{
border: 1px solid #000000;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;
}
.thumb:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

h1 {font-family: Verdana,Sans-serif; font-size: 14pt; color: #B41903; margin:5px;}
h2 {font-family: Verdana,Sans-serif; font-size: 11pt; color: #000000; margin:5px;}

.hrr{
color:#B41903;
width: 35%;
size: 1px;
}


.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 200px;
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;
}

.glossymenu lii a{
background: white (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: 200px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
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 #ffffff; /*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: #ff0000;
border-top: 1px solid #000000;
}

.modernbricksmenu2 a:hover{
background-color: #000000;
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;
}
}


