@charset "utf-8";
/* CSS Document */

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0A0D85;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2AAE0B;
}
a:link {
	color: #0A0D85;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0A0D85;
}
a:hover {
	text-decoration: underline;
	color: #2AAC0A;
}
a:active {
	text-decoration: none;
	color: #0A0D85;
}
.table {
	background-image:url(images/table_bg.jpg);
	background-repeat:repeat-x;
	}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:160%;
}
.table1 {
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	}
