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

a.main:link { text-decoration: none; color: #D8D8D8; }
a.main:visited { text-decoration: none; color: #D8D8D8; }
a.main:hover { text-decoration: underline; color: #FF8B00; }
a.main:active { text-decoration: underline; color: #FF8B00; }

a.bottom:link { text-decoration: none; color: #585A67; }
a.bottom:visited { text-decoration: none; color: #585A67; }
a.bottom:hover { text-decoration: underline; color: #585A67; }
a.bottom:active { text-decoration: underline; color: #585A67; }

.main_body { 
  background: #2C2C39 url("./img/bg_main.gif");
  background-repeat: repeat-y;
  background-position: left;
}

.h3 {
	font-family: verdana, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 12px; 
	color: #FF8B00; 
	line-height: 170%; 
	border-color: #585A67; 
	border-style: solid; 
	border-width: 1px; 
	padding: 3px
}

.text {
	font-family: verdana, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 11px; 
	color: #585A67; 
}

.menu_top {
	font-family: Helvetica, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 14px; 
	color: #D8D8D8; 
}
.menu_bottom {
	font-family: verdana, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 10px; 
	color: #585A67; 
	padding: 3px
}
#hidden {
	display: none;
	visibility: hidden;
}
