/*
CSS Document
complied by Guy Hoogewerf - www.ncompass.co.uk - &copy;2008
*/
* {
	margin: 0;
	padding: 0;
}

/* mac hide \*/
html, body {
	height: 100%;
	width: 100%;
}
/* end hide */

body {
	background: #466794;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 85%;
	text-align: center;
	color: #edf4ff;
}
table {
	margin: 0px auto;
	background: #203963;
	width: 680px;
	border-left: #b1c4e5 1px solid;
	border-right: #b1c4e5 1px solid;
}
th {
	background-color: #edf4ff;
	color: #203963;
	padding: 5px;
	font-size: 0.9em;
}
td {
	padding: 3px;
	font-size: 0.9em;
}
p {
	padding: 5px 20px 5px 20px;
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: left;
}
h2 {
	padding: 5px 20px 5px 20px;
	font-size: 1.2em;
	text-align: left;
}
h3 {
	padding: 5px 20px 5px 20px;
	font-size: 1em;
	text-align: left;
}
ul {
	padding: 5px 20px 5px 45px;
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: left;
}
.left {
	text-align: left;
}
.underline {
	height: 3px;
	border-bottom: #edf4ff 1px solid;
}
.white {
	color: #edf4ff; /*white */
}
.red {
	color: #ff0000; /*red */
}
.blue {
	color: #203963; /*blue */
}
.green {
	color: #258520; /*green */
}

