a {
	color: #205569;
	font-family: arial, verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #FF9100;
	font-family: arial, verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.menulink {  font-family: arial, verdana; 
         PADDING-RIGHT: 0px;
         PADDING-LEFT: 12px; 
         PADDING-BOTTOM: 10px; 
         MARGIN: 0px; 
         PADDING-TOP: 0px; 
         font-size: 11px;  
         font-weight: bold; 
         color: #1C7DA6;
         text-decoration: none;
         text-transform: uppercase;
}

  .menulink:hover {
         PADDING-RIGHT: 0px;
         PADDING-LEFT: 12px; 
         PADDING-BOTTOM: 10px; 
         MARGIN: 0px; 
         PADDING-TOP: 0px; 
         font-family: arial, verdana; 
         font-size: 11px;  
         font-weight: bold; 
         color: #FF622D;
         text-decoration: underline;
         text-transform: uppercase;
       
}

body,td,div,p {
	color: #000000;
	font-family: arial, verdana;
	font-size: 12px;
        font-weight: normal;
}


.form {
    font-family:arial, verdana;
    font-size:13px; 
    color:#000000;
    background:#FFFFFF;
    border:1;
    border-style:solid; 
    border-color:#825518;}

.title {
        color: #CB2C10;
        margin-left: 5px;
        margin-right: 5px;
        text-align: justify;
        font-weight: bold;
        text-transform: uppercase;
      }


.title2 {
        color: #1C7DA6;
        margin-left: 10px;
        margin-right: 5px;
        text-align: justify;
        font-weight: bold;
        text-transform: uppercase;
      }

.downmenu {
        color: #714504;
	font-family: arial, verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
      }

  .downmenu:hover {
        color: #CC6600;
	font-family: arial, verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
      }

div.sociable { margin: 0; margin-top: 10px; width: 600px; text-align: right;}

.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: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}