@charset "UTF-8";
.header1 {
	font-family: "Gill Sans", "Gill Sans MT";
	font-size: 18px;
	font-weight: 800;
	color: black;
	text-decoration: none;
	color: #FFFFFF;
	font-style: normal;
	line-height: 30px;
	letter-spacing: 2px;
	vertical-align: top;
	text-align: center;
	background-color: #CCCCCC;
}
.header2 {
	font-family: "Gill Sans", "Gill Sans MT";
	font-size: 16px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	font-stretch: normal;
	font-style: normal;
	text-decoration: none;
	font-weight: bolder;
	text-align: center;
	line-height: 30px;
	clear: both;
}
.header3 {
	font-family: Georgia, Times;
	font-size: 14px;
	color: #333333;
	font-stretch: normal;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 3pt;
	background-color: #E50000;
}
.paragraph {
	font-family: "Gill Sans", "Gill Sans MT";
	color: #333333;
	font-weight: 400;
	font-size: 12pt;
	text-align: justify;
	line-height: 11pt;
	font-variant: normal;
	text-decoration: none;
}
.caption {
	font-family: "Gill Sans", "Gill Sans MT";
	color: #333333;
	font-weight: 200;
	font-size: 9pt;
	border-bottom-color: #666666;
	text-align: justify;
	font-style: italic;
}
.picturefloat {
	float: left;
	overflow: auto;
	visibility: visible;
	z-index: auto;
	text-align: justify;
	display: run-in;
	margin: auto;
	clear: none;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


/*
a:link {color:#FF0000}    /* unvisited link */
a:visited {color:#00FF00} /* visited link */
a:hover {color:#FF00FF}   /* mouse over link */
a:active {color:#0000FF}  /* selected link */
*/
