body {
	background-color: #222222;
	background-image:url("images/site/tile_v3.png");
	background-repeat:repeat-x;
}

table.mainTable {
	background: url(/images/site/planks2.jpg);
}

td.newsHeader {
	border-top: thin solid #000000;
	font-size: 10pt;
    font-family: Verdana;
    font-weight: bold;
    background-color: #660000;
    color: #EEDD82;
}

td.newsDateline {
	font-size: 8pt;
    font-family: Trebuchet MS, Verdana;
    font-style: italic;
    border-bottom: thin solid #000000;
    background-color: #660000;
    color: #DAA520;
}

td.newsContent {
	border-top: thin solid #666666;
	border-bottom: thin solid #000000;
	font-size: 9pt;
    font-family: Trebuchet MS, Verdana;
    background-color: #CCCCCC;
    color: #000000;
}

td.footerText {
	
	background-color: #440000;
	font-size: 8pt;
    font-family: Trebuchet MS, Verdana;
    font-style: italic;
    color: #DAA520;
}

td.contentHeader {
    border-top: thin solid #000000;
    font-size: 12pt;
    font-family: Verdana;
    font-weight: bold;
    color: #EEDD82;
}
td.contentCanvas {
		
    border-top: thin solid #000000;
    background-color: #AAAAAA;
    
}

td.contentBox {

    font-size: 9pt;
    font-family: Trebuchet MS, Verdana;
    background-color: #AAAAAA;
    color: #000000;
    padding: 6px;

}

a:link { color: #770000; }
a:visited { color: #770000; }
a:active { color: #DAA520; }
a:hover { color: #FF0000; }