@charset "utf-8";
*, html, body, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, div, p {
	margin:0px;
	padding:0px;
}
ul, li, dl, dt, dd {
	list-style:none;
}
img {
	border:0px;
}
body {
	margin:0px auto;
	padding:0px;
	background-color:#FFFFFF;
}
body, table, tr, td, th {
	font-size:9pt;
	color:#555;
	line-height:170%;
	font-family:Arial, sans-serif;
}
a:link, a:visited {
	color:#555;
	text-decoration:none;
}
a:hover, a:active {
	color:#F00;
	text-decoration:underline;
}
p {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
.cntxt {
	line-height: 150%;
	padding: 20px;
}
