
body{
	background-color: #f8c8a7;
	background-image: url(BG.jpg);
	background-repeat: repeat-x;
	overflow-x: hidden;
	margin-top: 50px;
	padding: 0px;

}

tr, td {
	font-family: Trebuchet MS;
	font-size: 9pt;
	color: #212121;
}


#menu
	{	width: 768px;
		height: 60px;
		background: #6d87c0 url(BG2.jpg);
		padding: 0px auto 0px auto;
		margin: 0px auto 0px auto;
		text-align: center;
		clear: both;
		overflow: hidden;
		word-spacing: 4px;
		border: 1px solid #3f484d;
		font-size: 13pt;
		font-family: "Trebuchet MS";
}

#menu a
	{	padding: 20px 31px 20px 31px;
		margin: 0px 2px 30px 2px;
		color: #c9d1e9;
		float: left;
		border-right: 1px solid #3f484d;
		text-decoration: none;}

#menu a:hover
	{	color: #2c2f52;
		text-decoration: none;}

#menu a.end
	{ border-right: 0px solid #43454c;}

#content
{
	padding: 15px 20px 25px 20px;
	font-family: Trebuchet MS;
	font-size: 9pt;
	text-align: justify;
	color: #212121;
	line-height:160%;}

#content a {
 	color: #578900;
 	text-decoration: none; 
	font-weight: bold;
}

#content a:hover {
  color: #325d0b;
	font-weight: bold;
  text-decoration: none;
}

#footer

{	width: 768px;
	background: #d5846b;
	overflow: hidden;
	border: 1px solid #ce5f50;
	padding: 9px 0px 10px 0px;
	font-size: 9pt;
	font-family: "Trebuchet MS";
	color:#ffffff
	
}

#footer a {
 	color: #973030;
 	text-decoration: none; 
	font-weight: bold;
}

#footer a:hover {
  	color: #c2594e;
	font-weight: bold;
  	text-decoration: none;
}


h1 {
	color: #5669bb;
	text-transform: none;
	margin: 0px;
	padding: 0px 10px 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
	font-size: 24px;
	font-style: italic;
}

.boldtxt { 
	color:#de5120;
	font-weight: bold;
	font-size: 9pt;
}



.stats {
	border-bottom: none;
	border-left: solid 9px #f88f56;
	margin-left: 30px;
	padding: 1px 3px 1px 7px;
}


input, textarea	{
	color: #141414;
	font-size: 9pt;
	font-family: Trebuchet MS;
	letter-spacing:0; 
	background-color: #ffe1b2;
	border-style: solid; 
	border: solid 1px #f59f6f;
	padding: 1px 3px 1px 3px;
	}

button, option, select {
	color: #141414;
	font-size:9pt;
	font-family: Trebuchet MS;
	letter-spacing:0; 
	background-color: #ffe1b2;
	border-style: solid; 
	border: solid 1px #f59f6f;
}

