/* Global CSS Document */
@import url("nav-top.css");

/* Basics */
body, td, th {font-family:Arial,Helvetica,Verdana, sans-serif;}
body { 
	margin: 0px;
	background-color: white;
	color: black;
	font-size: 12px;
}
h1 { font-size: 16px; }
h2 { font-size: 14px; }
a img {border:none;}
a, a:visited { background-color:inherit;color:#0860A8;text-decoration: none; }
a:hover { text-decoration: underline; }
/* Common classes */
.hidden { visibility: hidden; }
.cleaner { clear: both; font-size: 1px;}
.skip {display:none;}

ul.nav , #topnav ul{ margin: 0 auto;list-style-type: none; }
p.note { font-size: 11px; font-style: italic; font-family:verdana,Arial,Helvetica,sans-serif;}

#legal { text-align: center; font-size: 10px;}

#footer { 
	clear: both; 
	text-align: center;
	margin: 0 0 -0.5em 0;
}
#footer li { float: left; margin: 0; padding: 0;}
#footer a { font-size: 10px; padding: 0 .5em; border-right: 1px solid rgb(171,171,171); }
#footer a.no-border { border:none; }

