@CHARSET "UTF-8";

body, h1, h2, input, a, textarea, p, dl {
	font-size:1em;
	margin:0;
	color:black;
	font-family:Arial, Sans;
	text-decoration:none;
}
fieldset {
	margin:0;
}
legend.toggler {
	text-align:left;
}
a:hover {
	text-decoration:underline;
	cursor:pointer;
}

h1, .h1, h2, .h2,
h3, .h3, h4, .h4,
h5, .h5 {
	text-align:center;
	display:block;
	margin:0;
}
h1, .h1 {
	font-size:1.2em;
	margin-bottom:.5em;
	font-weight:bold;
}
h2, .h2 {
	font-size:1.2em;
	margin-bottom:.5em;
	font-weight:bold;
	text-align:left;
}
h3, .h3 {
	font-size:1.1em;
	margin-bottom:.25em;
	font-weight:bold;
}
h4, .h4 {
	font-size:1em;
	margin-bottom:.1em;
	font-weight:bold;
	text-align:left;
}
h5, .h5 {
	font-size:1em;
	font-weight:normal;
	text-align:left;
}
.h1 > h1,
.h2 > h2,
.h3 > h3,
.h4 > h4,
.h5 > h5 {
	margin-bottom:0;
	font-size:1em;
}

p, li {
	line-height: 1.22em;
}
ol {
	margin: .5em 0 0 2em;
}
ul {
	margin:.5em 0 0 .5em;
}
ul li {
	list-style-type:none;
}
ul ul {
	margin: 0 1em;
}