h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.style4 {color: #003399}
.style6 {
	color: #006600;
	font-weight: bold;
}
table.tborder {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: rgb(102, 204, 0) rgb(102, 204, 0) rgb(102, 204, 0) rgb(102, 204, 0);
	border-collapse: separate;
	background-color: white;
}
table.tborder th {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.tborder td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
