﻿HTML,BODY{
	height: 85%;
	}
BODY 	{
	margin-top: 5px;
	background-color: black;
	font-family: Arial, Verdana, Helv, Helvetica, Sans-Serif;
	font-size: 12px;
	}
IMG	{
	border: none;
	}
TABLE.main {
	height:100%;
	background-color: black;
	}
TABLE.top, TABLE.body {
	background-color: white;
	height: 100%;
	}
.top TD:hover {
	background-color: #E5E5E5;
	}
TABLE.body {
	width: 650px;
	background-image: url('images/bottombg.jpg'); 
	background-position: bottom; 
	}
.news-post TD {
	border-bottom: 1px dashed rgb(0,0,0); 
	padding-left: 3px;
	text-align:left;
	}	
.no-border {
	border: none;
	}
TABLE.left, TABLE.right, TABLE.body {
	background-repeat:no-repeat;
	}
TABLE.left, TABLE.right, TABLE.top {
	font-size: 11px;
	}
TABLE.left {
	background-color: #EBEBEB;
	width: 110px;
	background-image: url('images/corner.jpg'); 
	background-position: bottom right; 
	}
TABLE.right {
	background-color: #7D869B;
	width: 110px;
	background-image: url('images/corner2.jpg');
	background-position: bottom left; 
	}	
.top A, .left A, .link, .news-post A {
	color: #000000; 
	text-decoration: none;
	font-weight: bold;
	}
.left A:hover, .link:hover, .news-post A:hover {
	color:#0C43C4; 
	}
.right A, .right {
	color: white;
	font-weight: bold; 
	text-decoration: none;
	}
.right A:hover {
	color: #D6CCCC; 
	}
.bottom, .bottom A {
	color: #FFFFFF; 
	font-weight:bold; 
	text-align:center;
	}
