/* CSS Document */

body {
	background: #800000;
	color:#FFFFFF;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
}

table {
	background-color: maroon;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 15px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 15px;
	float:right;
	line-height: 150%;
}

td {	
	border-bottom-color: #E9C1C1;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

h1 {
	color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	letter-spacing: 1em;
	margin-top: 13px;
	margin-left: 260px;
}
.new {
	font-family: Courier New, Courier, Monospace;
	color: white;
	letter-spacing: 1em;
	font-weight: bolder;
	font-size: 18px;
	background-color:maroon;
	float:none;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

.bold {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}

-->




/* BEGIN Navigation Style */
 #navcontainer { width: 200px; float:left;}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: maroon;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #e9c1c1;
color: maroon;
}

/* END Navigation style *
h1 {
}
h1 {
}
