body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #ffffff;
	background-color: #0f1d28;
}




table.menu {
  border-spacing: 0px;
  background-color:#0d0d0d;
  border-bottom: 1px solid #666666;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  padding: 4px;
  color:#cb966f;
  font-size: 13px;
  font-weight: bold;
}

.menu A:link {
  color:#cb966f;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

.menu A:visited {
  color:#cb966f;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

.menu A:hover {
  color:#cb966f;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}


.boxes {
  border-spacing: 0px;
  background-color:#000000;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  padding: 0px;
}

.strips {
  font-size:10px;
  color:#666666;

}

.footer {

	background-image: url('footer_bg.jpg');
	background-repeat: repeat-x;
	background-position: top center;
        color:#666666;
        font-size:12px;
}


.footer A:link {text-decoration: none; color: #666666;}
.footer A:visited {text-decoration: none; color: #666666;}
.footer A:hover {text-decoration: underline; color: #666666;}



.quicknews {

	background-image: url('quicknews_back.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	color:#bdbdbd;
	font-size:12px;
	width: 178px;
}

.inside {
	background: #0d0d0d;            
	color: #bdbdbd;                 
	}