BODY, td, tr, select {
	margin: 0px;
	font-family: verdana;
	font-size: 10px;
	color: #5A6B1F;
	background-color: #ffffff;
	}
.text {
	margin: 3px;
	font-size: 12px;
	color: #5A6B1F;
	}
A {
	TEXT-DECORATION: none;
	}
A:link {
	color: #000000;
	text-decoration: none;
	}
A:visited {
	color: #000000;
	text-decoration: none;
	}
A:hover {
	text-decoration: underline;
	}
h1{
	font-size: 12px;
	color: #5A6B1F;
	font-weight: bold;
	text-decoration:underline;
	margin-top: 0px;
	margin-bottom: 0px;
	}
dl,dt,dd {
	font-size:12px;
}
dl {
	margin-top:10px;
}
dt {
	font-weight:bold;
	margin-top: 10px;
	padding-left: 5px;
}
dd {
	font-style:italic;
}