body{
font-family: arial, verdana, helvetica;
font-size: .8em;
color: #666666;
margin: 0 auto;
}
a, a:active, a:visited{
	color: #FF7E00;
	font-weight:bold;
	text-decoration: none;
}
a:hover{
  text-decoration: none;
  border-bottom: 1px dotted #CCCCCC;
}
th{
	background-color: #F9F9F9;
}
input, textarea{
 border: 1px dotted #E5E5E5;
 color:  #666666;
}
.button{
	border: 1px dotted #CCCCCC;
	background-color: #FFFFFF;

}
tr.light{
	background-color: #F7F7F7;
}
tr.dark{
	background-color: #F1F1F1;
}
#nav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#nav ul li {
	margin-left: 0;
	padding: 3px 15px;
	border-bottom: 1px dotted #E5E5E5;
	list-style: none;
	display: inline;
	}
	
