body {
	background : #F2F2F2;
	font-family : Verdana,Lucida,sans-serif;
}

body,tr,td {
  font-size : 85%;
}

tr.menu {
	background : #BDCEDF;
	text-align: center;
}

a.menu {
	color : #8FA3B6;
	text-decoration : none;
	font-weight : bold;
}

a.menu:link {
	background-color: #BDCEDF;
	color: #8FA3B6;
	text-decoration: none;
	font-weight : bold;
}

a.menu:visited {
	background-color: #BDCEDF;
	color: #8FA3B6;
	text-decoration: none;
	font-weight : bold;
}

a.menu:hover {
	display: block;
	background-color: #E0E8F0;
	color: #5f7797;
	text-decoration: none;
	font-weight : bold;
}

a.menu:active {
	background-color: #5f7797;
	color: #eeeeee;
	text-decoration: none;
	font-weight : bold;
}

td.newscell {
	text-align: center;
}

td.mainheadline {
	text-align: right;
}

td.SepBarOutline {
	background-color: #8FA3B6;
}

td.SepBarInside {
	background-color: #E0E8F0;
	font-size : small;
}

td.footer {
	text-align : center;
	color : #aaaaaa;
	font-weight : normal;
	font-size : xx-small;
}



/*
if want to connect banner and menu bar with same blue
tr.banner {
	background : #2d3851;
}
*/

/*
tr.tableBody1 {
	background : #dd0000;
}

tr.tableBody2 {
	background : #bbbbbb;
}

td.tableOutline1 {
	background : #bbbbbb;
}

td.tableOutline2 {
	background : #bbbbbb;
}

tr.tableHead2 {
	background : #ee0000;
}
*/


