/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
	text-align: center;

	margin: 0;

	background-color: #0163a6;
}

table {
	font-size: 11px;
}

p {
	line-height: 1.5em;
}

a {
	font-weight: bold;
	color: #0089e6;
}

h1 {
	font-size: 18px;
	color: #005690;
}

h2 {
	font-size: 14px;
	color: #005690;
}

h3 {
	font-size: 11px;
}

ul li {
	list-style-type: square;
}