a:hover { color: darkorange;
	  text-decoration: underline }
a{ text-decoration: none; 
   font-weight: bold}
a: link { color: blue;
          text-decoration: bold }
a: visited { color: blue }
a: active { color: darkorange }

BODY {	color: #22508E;
	font-family: 'Arial';
	font-size: 13px;
	font-weight: bold;
	text-align: justify;
	scrollbar-face-color: #2C5084; 
	scrollbar-shadow-color: gray; 
	scrollbar-highlight-color: white; 
        scrollbar-3dlight-color: silver; 
	scrollbar-darkshadow-color: black; 
	scrollbar-track-color: white; 
	scrollbar-arrow-color: silver;
        background-position: top center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-image: url(../images/bg_trail.jpg) }

TD {  	text-align: justify;
	color: #22508E;
	font-family: 'Arial';
	font-size: 13px;
	font-weight: bold}

#content {border: 0px solid #22508E;
	text-align: justify;
        color: black;
        font-family: 'Arial';
	font-size: 13px;
	font-weight: bold}

#menu {border: 1px solid #22508E;
	text-align: center}

#newsletter {
	text-align: justify;
        color: black;
        background: silver;
        font-family: 'Arial';
	font-size: 13px;
	font-weight: bold}


