body {
	font-size:12px;	
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	border: solid rgb(0,0,55);
	border-width: thin;
	vlink: white;
}

h1 {
	font-family: Times, serif;
	font-size:12pt;
	font-weight: bold;
	border-color:rgb(153,0,0);
	border-bottom-style:solid; 
	border-bottom-width:1px;
}

a:link {
	color: rgb(153,0,0);
}

table.headerTable {
	background-color:rgb(153,0,0);
}

td.headerText {
	font-size:xx-large;
}

a.headerText {
	color: white
}

tr.navBar { 
	background-color:rgb(0,0,55);
	color: white
}

td.navText {
	color:rgb(255,255,255);
	font-size:11px;
	font-weight: bold;
}

table.newsTable {
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	border: solid rgb(0,0,55);
	border-width: thin;
	width: 15em;
	background-color: rgb(153,0,0);
}

td.newsHeader {
	background-color: rgb(0,0,55);
	color: white;
}

td.newsText {
	color: white;
}

a.newsLink {
	color: rgb(0,0,55);
}

td.footer {
	background-color: rgb(0,0,55);
	color: white;
	font-size:10px;
}

p, ul, dl, ol, td {
	color:rgb(0,0,55);
}



