body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 9px 9px 9px 9px;
	padding: 0;
	color: #000000;
	background: #FFFFFF;
}

#container {
	width: 650px;
	text-align: center;
}

#navigation {
	width: 600px;
	font-size: 12px;
	text-align: center;
}

#content {
	width: 600px;
	text-align: left;
}

#footer {
	background: #FFFFFF;
	padding: 3px 10px 3px 10px;
	font-size: 10px;
	color: #000000;
	text-align: center;
	clear: both;
}

table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #666666;
	font-weight: none;
	text-decoration: none;
}

a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #500C0C;
	text-decoration: underline;