/* CSS Document */

<style type="text/css">
<!--
body {
	background-color: #FBD5A8;
	background-image: url(assets/bgr2.jpg);
	background-repeat: repeat-x;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
.style3 {font-size: 10px}
-->

.style4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight:normal}


.style5 {
	color: #003366;
	font-weight: bold;
}
.style6 {color: #003366}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #0058B0;
}
a:active {
	text-decoration: none;
}

</style>