BODY {
	margin: 0px;
	padding: 0px;
	background: url(bg.jpg) repeat-x;
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:80%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;

}

H1 {
	font-family: "Trebuchet MS",Tahoma,Arial;
	font-size: 170%;
	font-size-adjust:none;
	letter-spacing:-1px;
	line-height:normal;
	margin-top: 0px;
	padding-top: 10px;
}



DIV#wrapper {
	text-align: center;
	position: relative;
	top: -80px;
}

DIV#content {
	width: 850px;
	margin: auto;
	text-align: left;
}

table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 110%;
	margin: 10px 0px;
	width: 100% !important;
	width: 96%;
}

table th {
	height: 30px;
	background: #d8d7d6;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #9c9d9f;
	padding: 5px;
}

table tr {
	background: #ededed;
}

table td {
	padding: 5px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

