@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body{
	background-color:#FDF5E6;
}
.topics{
	margin: 5px 5px 5px 10px;

}
.topics dl{
	font-size: 10pt;
	line-height: 15pt;
	float: left;
}
.topics dt{
	font-size: 10pt;
	font-weight: 900;
	color: green;
	padding:0 0 0 100px;
}
.topics dd{
	font-size: 10pt;
	line-height: 22px;
	margin: 5px 0 5px 10px;
	clear: both;
}
.topics h1{
	font-size: 12pt;
float: left;
}