/* CSS Document */
<!--
body {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.title {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #060A87;
	font-weight: bold;
}
.h1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6F9D31;
	font-weight: bold;
}
body {
	background-color: #2a89c3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
}
a {
	font-size: 12px;
	color: #060A87;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	font-size: 12px;
	color: #2A89C3;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
-->
</style>