@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Gill Sans;
	font-size: 16px;
	color: #434343;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #434343;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #434343;
}
a:hover {
	text-decoration: underline;
	color: #99B400;
}
a:active {
	text-decoration: underline;
	color: #99B400;
}
p {
	padding:0px;
	margin:0px;
}
.style1 {
	color: #00759D
}