<style type="text/css">

/* -------------------------------------------------- Generic/reusable styles */
.float_right { float: right; }
.float_left  { float: left;  }
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #EB4922;
	font-style: italic;
}
.clear       { clear: both;  }
.break       { clear: both;  }
.inline      { display: inline }
.centered    { display: block; margin: 0 auto; }
.bold        { font-weight: bold; }
.noshow      { display: none; line-height: 0; }
.error       { color: #e17b1a; font-weight: bold; }
.small       { font-size: 0.8em; }

.italic {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bold { 
	font-style: bold
}
#imageContainer {
	height:309px;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:279; left:20;
}

.style1 {
	color: #666666;
	font-weight: bold;
}
.style2 {
	font-size: 10px;
	font-weight: bold;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.style3 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #149AC0;
	line-height: 20px;
}

.style4 {
	font-size: 13px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style6 {font-size: 12px}
.style9 {
	color: #058F99;
	font-weight: bold;
	font-size: 12px;
}

</style>