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

/* Clear all */

* {
	margin: 0;
}

/* Styling */

body {
	background: #FFFFFF;	
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #11084B;
}

a {
	color: #04057e;
	text-decoration: none;
}

a:hover {
	color: #04057e;
	text-decoration: underline;
}

h2 {
	font-weight: bold;
	font-size: 24px;
	color: #04057e;
	text-align: left;
	padding-bottom: 30px;
}

h3 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 20px;
	color: #11084B;
}

h4 {
	text-align: left;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 20px;
	color: #04057e;
}

p {
	text-align: left;
	font-size: 14px;
	color: #11084B;
	padding-bottom: 10px;
}

.bold { font-weight: bold; }

.centre { text-align:center; }

.new { padding-top: 20px; }
