@charset "UTF-8";

body{
	background: #ffffff;
	color: #323232;
	font-size: 9pt;
}

h1{
	font-size: 16pt;
	font-weight: bold;
	margin-top: 20px;
}

h2{
	font-size: 12pt;
	font-weight: bold;
	margin-top: 20px;
}

h3{
	font-size: 12pt;
	font-weight: bold;
	margin-top: 20px;
}

p, ul, ol, li, dl{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
}

div{
	margin-top: 40px;
}

a, a:link, a:visited{
	text-decoration: underline;
	color: #000000;
}

img{
	border: none;
}

table, th, td{
	border: none;
	border-spacing: 0;
}

#footer{
	display: none;
}

#header, main, center-space, sidebar{
	width: 100%;
}

#sidebar ul{
	display: none;
}

#header,
#main,
#center-space,
#sidebar,
#footer{
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}