.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration:underline;
}

.menu_out {
	background-image: url(../images/bg_menu.gif);
   	background-repeat: no-repeat;
	padding: 2px;	
}

.menu_over {
	background-image:  url(../images/bg_menu_over.gif);
	vertical-align: text-bottom;
   	background-repeat: no-repeat;
	padding: 2px;	
}

body,td {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			text-align:left;
			background-attachment: fixed;
        	background-repeat: repeat;
			text-decoration: none;
			
			scrollbar-arrow-color:  #FFFFFF;
			scrollbar-base-color: #84BD22;
			scrollbar-dark-shadow-color: #007C30;
			scrollbar-track-color: #FFFFFF;
			scrollbar-face-color: #FFE795;
			scrollbar-shadow-color: #007C30;
			scrollbar-highlight-color: #007C30;
			scrollbar-3d-light-color: #007C30;
		}

a:link {  color: #000000; text-decoration: underline}
a:visited {  color: #000000; text-decoration: underline}
a:hover {color: #000000; text-decoration: underline}
a:active  {color: #000000; text-decoration: underline}
