/* CSS Document */

<style type="text/css">
<!--
.blank {}

.image {
	border: thin;
	border-color: #CC9900;
}

body {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-bottom:0;
}



p {
	color:#000000;
	font-family: Tahoma;
	font-size: 14px;

}

h1 {
	color: #000000;
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	
}

a:link {
	color:#E44120;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
}
a:visited {
	color:#E44120;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
}
a:hover {
	color:#cc9900;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: underline;
}
a:active {
	color: #E44120;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
}

.quote {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-weight: bold;
}
-->
</style>