body {
	margin: 0px;
	padding: 0px;
	background-color: #044C83;
	font-family: Arial;
	color: #FFFFFF
	text-align: center;
}


P {
	font-family: 'Arial';
	color: #FFFFFF;
	font-size: 12pt;
	text-align: justify
}

ul { 
	list-style-type: square; 
	color: #FFFFFF;
} 

li { 
	list-style-position: outside;
	color: #FFFFFF;
}

a:link { color: #FFFFFF; text-decoration:none; }
a:visited { color: #C0C0C0; }
a:hover { color: #FF0000; text-decoration:underline; font-weight:bold }
a:active { color: #CCFF66; }

td {
	vertical-align: top;
}

div {
	text-align: center;
}

h1 {
	font-family: Arial;
	text-align: center;
	font-size: 18pt;
	color: #FFFFFF;
	font-weight: bold;
}

h2 {
	font-family: Arial;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

h3 {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}



#table1 {
	height: 600px;
	width: 600px;
	background-color: #557993;
	border-right: 3px outset #669999; 
	border-bottom: 3px outset #669999
}

#table3 {
	width: 100%;
	border-spacing: 5px;
}

table#table3 td {
	padding: 10px;
	height: 100px;
}

#table4 {
	width: 100%;
	border-spacing: 5px;
}

table#table4 td {
	padding: 5px;
}