/* CSS Document */
#navigation td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD2D2;
	}
	
#navigation a {
	font: bold 11px/10px Arial, Verdana, Helvetica, sans-serif;
	color: #950000;
	text-decoration: none;
	display:block;
	padding:5px 6px 8px 14px;
	background: url() no-repeat 3px 45%;
	}
	
#navigation a:hover {
	color:#FF6600;
	text-indent: 4px;
	background-color: #DFDFD9;
	background-repeat: no-repeat;
	background-position: 3px 45%;
	}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #950000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FFA527;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
