a {
	color: #900F0F;
	font-family: arial, verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	cursor: hand;
}

a:hover, a.selected {
	color: #000000;
	font-family: arial, verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	cursor: hand;
}

body,td,div,p {
	color: #333333;
	font-family: arial, verdana;
	font-size: 12px;
        font-weight: normal;
}

.menulink {
        color: #000000;
        font-weight: bold;
        text-transform: uppercase;
        font-size:11px;
        text-decoration: none; 
      }
.menulink:hover  {
        color: #6F6868;
        font-weight: bold;
        text-transform: uppercase;
        font-size:11px; 
        text-decoration: none;
      }
.menubottom {
        color: #000000;
        font-weight: bold;
        text-transform: lowcase;
        font-size:11px;
        text-decoration: none; 
      }
.menubottom:hover  {
        color: #900F0F;
        font-weight: bold;
        text-transform: lowcase;
        font-size:11px; 
        text-decoration: none;
      }


.small {
        color: #000000;
        font-weight: normal;
        text-transform: lowcase;
        font-size:10px;
        text-decoration: none; 
      }
.errortext {
        color: #DD0000;
        font-weight: bold;
        font-size:12px;
        text-decoration: none; 
      }
	  
h1  {
        font-family: Arial;
        color: #333333;
        font-weight: bold;
        font-size:20px; 
        text-decoration: none;
      }

div.sociable { margin: 0; margin-top: 10px; }

.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
