@charset "utf-8";
/* CSS Document */


body {
	background-color: #e9e9e9;
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0F257A;
	font-weight:bold;
	text-align: centre;
	margin: 0px;
	width: 100%;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}

.style1 {
	font-size: 36px;
	color: #0F257A;
	font-weight: bold;
}

.style2 {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

.style4 {
	font-size: 12px;
	color: #04A838;
}

.style5 {
	font-size: 12px;
	color: #ffffff;
}

.style6 {
	font-size: 32px;
	color: #04A838;
}

.style7 {
	font-size: 10px;
	color: #0F257A;
	text-decoration:none;
}

.style8 {
	font-size: 12px;
	color: #ff0000;
}

.style9 {
	font-size: 24px;
	color: #ff0000;
}

a {
	font-size: 10px;
	color: #0F257A;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0F257A;
}
a:hover {
	text-decoration: none;
	color: #0F257A;
}
a:active {
	text-decoration: none;
	color: #0F257A;
}
