body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}


a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;	
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active { 
	color: #000000;
}

#footer{
	font-size: 11px;
}

#nav{
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	font-weight: bolder;
	height:20px;
	padding-top:0px;
	border: solid #000000 1px;
	border-bottom-width: 2px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

li.inline {
	display: inline;
	padding: 2px 12px 2px 12px;
	border-right: 1px dotted #066;
}

li.last {
	display: inline;
	padding: 2px 12px 2px 12px;
} 