* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.65em;
	text-align: justify;
}

a {
	color: #3E9722;
}

a:hover {
	text-decoration: none;
	color: #E58C24;
}

img {
	border: none;
}

#header {
	width: 920px;
	height: 120px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background: #CAE646 url(images/img01.jpg) no-repeat;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding-top: 79px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 2px;
	padding-top: 10px;
	background: url(images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background-image: url(images/img04.gif);
}

#menu .active a {
	background-image: url(images/img05.gif);
}

/* Content */

#content {
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	background: url(images/img02.jpg) no-repeat;
	border-top: 1px solid #FFFFFF;
}

#footer {
	clear: both;
	width: 960px;
	height: 10px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img02.jpg) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

#legal {
}

table
{
width: 890px;
border-collapse: collapse;
border-spacing:0;
border: 1px solid #BA9;
font: 110% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
 caption{
  padding: 0 .4em .4em;
  text-align: left;
  font-size: 75%;
  font-weight: bold;
  text-transform: uppercase;
  color: #453827;
  background: transparent;
  }
	
tr{

}

td, th {
  height: 50px;
  border: 1px solid #BBAA99;
  padding: .3em;
  font-size: 0.9em;
  color: #666;
  }
  
thead th, tfoot th, tfoot td {
	border: 1px solid #BA9;
	font-weight: bold;
	font-size: 100%;
	background: #BA9 url("thbg.gif") repeat-x top left;
	color: #FFF;
}
 tbody th,thead th,tbody td {
	vertical-align: center;
	text-align: center;
}

a {
	text-decoration: none;
	}
	
tbody tr:hover td, 
tbody tr:focus td,
tbody tr:hover th,
tbody tr:focus th
{
	background: url("shimx.gif")  repeat-x top left;
	color: #000;
}

tr.odd
{
background: url("shim.gif")  repeat-x top left;
}	