body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
h1 {
	font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	text-decoration: none;
	font-style: oblique;
}
h2 {
	font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 1.3em;

}

ul {
	color: #000000;
	line-height: 1.3em;
	list-style-type: circle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;


}
a {
	color: #000000;
	text-decoration: none;

}
a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #E8E9D8;

}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;

}
.small a:link {
	color: #333333;
	text-decoration: none;
	font-weight: normal;

}
.small a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #996600;
	background-color: #CED1AD;


}
.bottomDotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B6BB84;
}
