@charset "utf-8";
/* CSS Document */
html, body {
	background: #FFFFFF url(none) no-repeat left top;
	display: table;
	}
h1 { font-size: 2.2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }
p.intro {
	color:#C2B59B;
	font-size: 14pt;
}
ul {
	list-style-position: outside;
	list-style-type: circle;
}
ol {
	list-style-position: inside;
	list-style-type: decimal;
}