@charset "utf-8";
.header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #003300;
	font-weight: bold;
}
.body1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
}
.header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
a{
	color:#FF0000;
	text-decoration: none;
}
a:link{
	color:#003300;
	text-decoration: underline;
}
a:visited{
	color:#003300;
	text-decoration: underline;
}
a:hover{
	color: #F00;
	text-decoration: underline;
	background-color: #009966;
}

.float-left {
	float: left;
	margin: 0 1em 1em 0;
}

.float-right {
	float: right;
	margin: 0 0 1em 1em;
}

.clear {
	clear: both;
}

.center {
	margin: inherit auto;
	text-align: center;
}

a.no-bkg:hover {
	background-color: transparent !important;
}

a img {
	border: none;
}
.linethrough {
	text-decoration: line-through;
}
