.newsHeader {
   color: #FFFFFF;
   font-weight: bold;
   width: 60%;
   font-size: 27px;
}

.newsBody {
   vertical-align: top;
   color: #C9C9C9;
}

.projectHeader {
   color: #009000;
   font-weight: bold;
   width: 60%;
   font-size: 18px;
   background: #300000;
}

.mainPage {
	background: #000000; 
	border: thin solid #900000; 
	margin-bottom: 10px; 
	margin-left:14%; 
	margin-right: 14%; 
	width: 72%; 
	height: 98%;
}

.noBorder {
   text-decoration: none;
}

A:link {
   color: #900000;
   text-decoration: none;
}

A:visited {
   color: #900000;
   text-decoration: none;
}

A:active {
   color: #999999;
   text-decoration: none;
}

A:hover {
   color: #FF0000;
   text-decoration: none;
}

.contentTable {
   width: 100%;
   background: #000000 url( img/backFade.jpg ) repeat-x;
   margin-bottom: 10px;
}

.storyTable {
   width: 100%;
   background: #090909;
   margin-bottom: 10px;
   padding-left: 0px;
   border-spacing: 0px;
   border-collapse: collapse;
}

.storyTable TD {
	padding: 0;
}

.pageHeader {
   margin-right: 3%;
   margin-left: 3%;
   width: 94%;
}

.bodyClass {
   background: #000000 url(img/backGround.jpg) repeat-x scroll 0 0;
   height: 100%;
}

.bodyClassNoImage {
   background-color: #000000;
   height: 100%;
}

.menu {
   background: #000000 url( img/backFade.jpg ) repeat;
   height: 32px;
   width: 100%;
   margin-right: 3%;
   margin-left: 3%;
   margin-top: 10px;
   margin-bottom: 10px;
}

.menuButton {
   vertical-align: middle;
}

.searchBox {
   vertical-align: top;
}

.alignTop {
   vertical-align: top;
}

.buttonTop {
   background: #333333 none repeat scroll 0%;
   font-size: 9px;
   height: 16px;
   vertical-align: top;
   color: #BBBBBB;
   border: thin solid #999999;
}

.buttonTop:hover {
   background: #333333 none repeat scroll 0%;
   font-size: 9px;
   height: 16px;
   vertical-align: top;
   color: #FF0000;
   border: thin solid #999999;
   cursor: pointer;
}

.trihexButton:hover {
   background: #333333 none repeat scroll 0%;
   font-size: 9px;
   height: 16px;
   vertical-align: middle;
   color: #FF0000;
   border: thin solid #999999;
   cursor: pointer;
}

.trihexButton {
   background: #333333 none repeat scroll 0%;
   font-size: 9px;
   height: 16px;
   vertical-align: middle;
   color: #BBBBBB;
   border: thin solid #999999;
}

.pageContent {
   height: 98%;
   margin-right: 1%;
   margin-left: 1%;
   width: 98%;
}

.postDate {
	font-size: 10px;
	color: #333333;
	width: 40%;
	background: #300000;
}

.readMore {
	font-size: 12px;
}