body {
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

.page {
 	background-color: #ffffff;
 	background-image: url('../images/strip.gif');
 	background-repeat: repeat-x;
 	background-position: top left;
 	font-family: arial, helvetica, sans-serif;
 	font-size: 11px;
}
.nav {
  padding: 34px 0px 0px 0px;
}
.content {
 	font-family: arial, helvetica, sans-serif;
 	font-size: 11px;
  padding: 25px 0px 0px 20px;
 	color: #000000;
}
.content a {
  font-weight: bold;
  text-decoration: none;
 	color: #999999;
}
.content a:hover {
 	color: #cccccc;
}
.footer {
  padding: 10px 0px 0px 00px;
 	font-size: 12px;
 	color: #000000;
}
.footer a {
  font-weight: bold;
  text-decoration: none;
 	color: #999999;
}
.footer a:hover {
 	color: #cccccc;
}


.title {
  padding: 0px 0px 20px 0px;
}
.title, .title h1 {
 	font-size: 14px;
  font-weight: bold;
}

.listing_headline, .article_preview, h2 {
 	font-size: 12px;
  font-weight: bold;
}
.listing_date, .article_date {
  text-align: right;
 	font-size: 11px;
  font-weight: normal;
 	color: #999999;
}
.listing_preview {
  padding: 0px 0px 20px 0px;
}

.article_title {
  padding: 0px 0px 20px 0px;
}
.article_title, .article_title h1 {
 	font-size: 12px;
  font-weight: bold;
}
.article_copy {
  padding: 20px 0px 20px 0px;
}