html,body {
	margin:0;
	padding:0;
	color:black;
	text-align:center;
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size:0.8em;
	background:#fff;
	height:100%;
	}
/* general text styles */
a:link, a:visited {
	color:#32B6D1;
	text-decoration:underline;
	}
a:hover {
	color:#32B6D1;
	text-decoration:none;
	}
a:active {
	color:#32B6D1;
	text-decoration:underline;
	}
a.more {
	display:block;
	cursor:hand;
	text-align:right;
	font-size:0.8em;
	color:#000;
	}
h1 {
	font-size:1.5em;
	font-weight:normal;
	padding:0;
	margin:0 0 15px 0;
	clear:both;
	}
h2 {
	font-size:1.4em;
	border-bottom:1px solid #4E7882;
	font-weight:normal;
	padding:0;
	margin:0 0 15px 0;
	}
h3 {
	font-size:1em;
	font-weight:normal;
	padding:0;
	margin:0 0 5px 0;
	}
h3 a:link, h3 a:visited {
	color:#32B6D1;
}
p {
	margin:0 0 5px 0;	
}
em {
	display:block;
	clear:both;
	font-style:normal;
}
/* general layout styles */

