/* Global Styles */

a {
	color: #800000;
	}
	
a:hover {
	color: #800000;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #800000;
	}
	
#navigation a {
	font: bold 12px Arial;
	color: #000000;
	line-height: 40px;
	text-decoration: none;
	display: block;
	fontweight: bold;
	padding-left:10px;
	}
	
#navigation a:hover {
	background: #E0E0E0;
	color:#800000;
	line-height: 40px;
	padding-left:10px;
	}

#footer td {
	border-bottom: 1px solid #800000;
	}
	
#footer a {
	font: 9px Arial;
	color: #000000;
	text-decoration: none;
	fontweight: bold;
	}
	
#footer a:hover {
	font: 9px Arial;
	color:#800000;
	text-decoration: none;
	fontweight: bold;
	}
