@charset "UTF-8";
/* CSS Document */

#menua {
	border-right:1px solid white;
	border-left:1px solid #5F604B;
	border-top:1px solid #5F604B;
	border-bottom:1px solid #5F604B;
	}
	
#menub {
	border-right:1px solid #5F604B;
	border-top:1px solid #5F604B;
	border-bottom:1px solid #5F604B;
	}
	
#menuc {
	border-right:1px solid #5F604B;
	border-top:1px solid #5F604B;
	border-bottom:1px solid white;
	}
	
#menud {
	border-right:1px solid white;
	border-top:1px solid #5F604B;
	border-bottom:1px solid #5F604B;
	}

#menue {
    border-left:1px solid #5F604B;
    border-right:1px solid #5F604B;
	border-top:1px solid #5F604B;
	border-bottom:1px solid white;
}

#menuf {
	border-right:1px solid #5F604B;
	border-left:1px solid #5F604B;
	border-top:1px solid #5F604B;
	border-bottom:1px solid #5F604B;
	}
	
#mainbox {
	border-bottom:1px solid #5F604B;
	border-left:1px solid #5F604B;
	border-right:1px solid #5F604B;
	}
	
#smallbox {
	border-bottom:1px solid #5F604B;
	border-right:1px solid #5F604B;
	}
	
#maindiv {
  position:relative;
  z-index:1;
  margin-left:auto;
  margin-right:auto;
  width: 773px;
}

#geardiv {
	position: absolute;
	z-index:5;
	width: 75px;
	height: 61px;
	left: 16px;
	top: 506px;
}

.content {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	}
	
.green {
	color:#69b630;
	font-weight:bold;
	}
	
.copyright {
	font-size:9px;
	font-family:Helvetica, Arial, sans-serif;
	}
	
.newsdate {
	font-size: 9px;
	color:#69b630;
	font-weight: bold;
}

a:link {
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}
