table {
	border: 1px solid #666;
	width: 97%;
	margin: 20px 0px 20px 0 !important;
}

table.a {
	border: 0px;
	width: 97%;
	margin: 20px 0 20px 0 !important;
}

table.its thead tr {
	 background-color: #69c;
}

table.its tr.even {
	background-color: #def;
}

body {
  padding: 0px px 80px 50px;
}

body, td, select, input, li{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 9px;
}

th{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
}

a:link {
  color:#36a;
}
a:visited  {
  color:#47a;
}
a:active, a:hover {
  color:#69c;
}

h2 {
  padding: 4px 4px 4px 6px;
  border: 1px solid #999;
  color: #900;
  background-color: #ddd;
  font-weight:900;
  font-size: x-large;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 4px 4px 0;
	color: #999 !important;
	background: none;
	font-weight: none;
	font-size: 20px;
	border: none;
	border-bottom: 1px dotted #ccc;
}

h4 {
  padding: 4px 4px 4px 6px;
  border: 1px solid #bbb;
  color: #900;
  background-color: #fff;
  font-weight: normal;
  font-size: large;
}

h5 {
  padding: 4px 4px 4px 6px;
  color: #900;
  font-size: normal;
}

p {
  line-height: 1.3em;
  font-size: small;
}

span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 97%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
	font-size: 11px;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 97%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
	font-size: 11px;
}
