@charset "utf-8";
/* CSS Document */

body {
	font-size:10px;
	line-height:2em;
}
.orange {
	font-size:11px;
	color:#f69c0a;
}

a:link, a:hover, a:visited {color:#000000; font-weight:bold; text-decoration:none;}

ul {margin:0; padding:0; list-style:none;}
li {margin:0; padding:0;}

#footer a:link, #footer a:visited {color:#999999; text-decoration:none; font-weight:normal;}
#footer a:hover {color:#cccccc;}
#footer ul {
	text-align:left;
	list-style:none;
	list-style-image:none;
	padding:0;
	margin:0;
	}
#footer li {
	display: inline;
	border-right: #999999 1px solid;
	padding:0 5px 0 8px;

}

#footer .last {border: none;}
