<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
body {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	color:#111;
	background:#e0e0e0;
}
html, body, form {
	height: 100%;                                                                                                                                     
}
* {
	margin:0px auto;
	padding:0;
}
#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;                                                                     
	margin-top: -400px;                                                              
	float: left;
}
#wrapper {	
	width: 100%;
	height: 800px;
	clear: both;
	position: relative;
	top: -400px;
	/* IE4ever Hack: Hide from IE4 **/
		position: static;
	/** end hack */
	text-align:center;
}
h3 {
	font-size:18px;
	padding:20px 0;
}
h3 a{
	text-decoration:underline;
	color:#111;
}
h3 a:hover {
	text-decoration:none;
}
p {
	font-size:14px;
	line-height:120%;
	padding:5px 0;
}
p a {
	text-decoration:underline;
	color:#111;
	
}
p a:hover {
	text-decoration:none;
}
p  img{
	padding:0 0 10px 0;
}
/* Hide from IE5mac \*//*/
	div#shim {
		display: none;
	}
	html, body, form {
		height: auto;
	}
/* end hack */

/* ]]&gt; */
.clear {
	clear:both;
	float:none;
}
</pre></body></html>