#leftnav {
	width: 180px;
	text-align:center;
	}
#leftnav td {
	width: 180px;
	height: 34;
	line-height:34px;
	text-align: center;
	padding: 0px;
	}
#leftnav a {
	height: 34px;
	line-height:34px;
	border-bottom: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#cc0000;
	display:block;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	}
#leftnav a:link {
	color: #ffffff;
	text-decoration: none;
		}
#leftnav a:visited {
	color:#FFFFFF;
	text-decoration: none;
	}
#leftnav a:hover {
	background-color:#666666;
	text-decoration: none;
	}
#footer {
	height: 40px;
	line-height: 40px;
	border-top: 1px solid black;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
#footer a,visited {
	color:#FFFFFF;
	text-decoration:none;
	}
#footer a:hover {
	color:#000000;
	text-decoration:none;
	}