BODY {
	padding:0px;
	margin:0px;
}

IMG {
	border:0px;
}

#frame {
	width:100%;
}

#content {
	text-align:center;
	vertical-align:middle;
	width:100%;
	height:100%;
	font-family:arial;
	color:#333333;
}
	#content table {
		margin:0 auto;
	}
	
	#content #text {
		font-size:10pt;
		text-align:justify;
		padding-left:10px;
	}
		#content #text h1, #content #text h3 {
			text-align:center;
			margin:10px;
		}
		
		#content #text h3 {
			font-style:italic;
		}

#links {
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
	#links a, #links a:hover {
		text-decoration:none;
		color:#333333;
		font-size:9pt;
		padding:4px;
		white-space:nowrap;
	}
	
	#links a:hover {
		text-decoration:underline;
		color:#999999;
	}

#copyright {
	padding-top:5px;
	font-size:8pt;
}
	#copyright a, #copyright a:hover {
		text-decoration:none;
		color:#333333;
		font-size:8pt;
	}
	#copyright a:hover {
		text-decoration:underline;
	}
