#content p {
	text-align: justify;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #375f01;
	font-size: 11pt;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	color: #0000CA;
	font-size: 11pt;
	text-decoration: none;
	outline: none;
}
a:hover{
	color:#FF0000;
}

.listing{
  float:left;
  width:100%;
  text-align:center;
  padding:5px 0;
  overflow:hidden;
  height:40px;
  line-height:40px;
}


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

.listing li{
  display:inline;
  padding:0;
}

.listing .center a{
  padding:2px 5px;
  font-weight:100;
  background:#A1CB3C;
  border:0px solid #c7c7c7;
  color:#FFFFFF;
  text-decoration:none;
  margin:0 1px;
}
.listing .center a:hover{
  background:#898989;
  border:0px solid #666;
}
.listing .center a.active{
  background:#CF8334;
  border:0px solid #666;
  color:#fff;
}
.listing .center span{
  font-weight:100;
  padding:0 5px;
}

