body {
	background: white url("bg_green.png");
	background-repeat: repeat-x;
	color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, Courier;
	font-size: 10pt;
	width: 800px;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	font-size: 10pt;
	background-color: #999999;
	color: #000000;
}

h1 {
	font-weight: bold;
	font-size: 22pt;
	padding-top: 0px;
	margin: 0px;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	padding-top: 0px;
	margin: 0px;
}
h3 {
	font-size: 8pt;
	font-weight: bold;
	padding-top: 0px;
	margin: 0px;
}

table {
	font-size: 10pt;
	font-weight: normal;
	padding-top: 0px;
	margin: 0px;
	background-color: #ffffff;
}

td {
	font-size: 10pt;
	font-weight: normal;
	padding-top: 0px;
	margin: 0px;
}

th {
	background: white url("th_bg_g.jpg");
	background-repeat: repeat-x;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 0px;
	margin: 0px;
	text-align: center
}

.border
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	border: #999999;
	border-style: solid;
	border-width: 1px
}
