@charset "utf-8";
/* CSS Document */



.style1 {
	color: #ff091f;
	font-weight: bold;
}
.style2 {
	color: #070654;
	font-weight: bold;
}

.style3 {
	font-size: 20px;
	color: #070654;
	font-weight: bold;
}
.style4 {
	font-size: 16px;
	color: #070654;
	font-weight: bold;
}
.style5 {
	font-size: 16px;
	color: #070654;
}

.style6 {color: #FFFFFF}

.style7 {
	font-size: 11px;
	line-height: 12px;
}
.style8 {
	font-size: 11px;
	font-weight: bold;
	color: #070654;
}
.style9 {
	color: #070654;
	font-weight: bold;
	font-size: 12px;
	text-decoration:underline;
}

ul {
	margin: 0;
	margin-left: 0;
  	padding-left: 0;
}
ul li {
	margin-left: 50px;

}


a {
	color: #070654;
	text-decoration: none;
	border: 0;
}
	
a:hover {
	color: #ff091f;
	text-decoration: underline;
	border: 0;
}


	
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	line-height: 10px;
	text-align: center;
	margin: 4px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
