/* CSS Document */

<style type="text/css">

body {
	background-image: url(/images/back-logo.jpg);
	background-color: #FFFFFF;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; }
.style4 {font-size: 10px}
.style5 {font-weight: bold}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

</style>

