@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7d7d7d;
	text-align: center;
	
	margin: 0px;

	background-color: #11548c;
}

table {
	font-size: 12px;
}

p {
	line-height: 1.6em;
	margin: 0px 0px 16px 0px;
}

h1, h2, h3 {
	color: black;
	margin: 0px 0px 4px 0px;
}

h1 {
	font-family: "Century Gothic";
	font-size: 17px;
}

h2 {
	font-family: "Century Gothic";
	font-size: 17px;
}

h3 {
	font-size: 11px;
}

a {
	color: #11548c;
}

ul li {
	list-style: square;
}

img {
	vertical-align: bottom;
	border: none;
}