html {
	font-family: Arial;
	color: #ffffff;
	font-size: 11pt;
	background-color: #1668b2	
	}

body {
	margin: 0px auto;
	padding: 0px;
	}

#ContentOuter {
	text-align: center;
	}

#ContentInner {
	position:relative;
	margin: 0px auto;
	top: 0px;
	left: 0px;
	width: 772px;
	height: 1017px;
	}

#ContentInnerOverlay {
	position: absolute;
	left:150px;
	top:154px;
	width:610px;
	font-size:11pt;
	text-align: justify;
	overflow: auto;
	}
	
#Address {
	overflow: auto;
	}
	
#Bullet {
	vertical-align: baseline;
	}

#Error {
	background-color: #ffff00;
	}
		
a:link {
	color: #ffffff;
	}

a:visited {
	color: #ffffff;
	}
	
a:hover {
	color: #ff0000;
	}