html, head, body, table, th, tr, td, p, div, span, input, select, textarea {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #003506;

}
select {font-size: 12px;}
.copyright {
        font-size: 9px;
        color: White;
}
.white {color:#ffffff}
.btn{border:#000000 1px solid; background-color:#fffff9}
.menu {
        font-weight: bold;
        color: #535151;
}
a.menu {
        text-decoration: none;
}
a.menu:hover {
        text-decoration: underline;
}
h3 {
        font-size: 12px;
        color: #535151
}
h1 {
        color: #B20000;
        font-size: 17px;
        font-weight: bold;
}
.h1c h1   {  font-size: 13px;
             color: #535151;
             font-weight: bold;
}
.mainh1 h1 {  font-size: 11px;
             color: #003506;
             font-weight: normal;
}
a {
        color: #003506;
        text-decoration: underline;
}
a:hover {
        color: #003506;
        text-decoration: none;
}
.red {
        color: #B20000;
}
.red2 {
        color: #B20000;
		  font-size: 10px;
}
.calendar {text-decoration:none}
a.red2 {
        color: #B20000;
		  text-decoration: underline;
}
a.red2:hover {
	color: #B20000;
	text-decoration: none;
}


#share42 {
	position: fixed;
	top: 50%;
	left: 0;
  margin-top: 10px;
	opacity: 0.45;
	background: #F3F8FC;
	padding: 6px 6px 0;
  border: 1px solid #CFDEEF;
  border-left: none;
	border-radius: 0 5px 5px 0;
	box-shadow: inset -1px 1px 0 #FFF, inset 0 -1px 0 #FFF;
}
* html #share42 {
	position: absolute;
}
#share42:hover {
	opacity: 1;
}
