/* CSS Document */
@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	background-image: none;
	text-align: left;
}
#rightbar, #sidebar, #subheader, #extra_info, #footer {
	display: none;
}

#container {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
#maincontent  {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 110%;
}
#header {
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

#maincontent a {
	color: #000000;
	text-decoration: none;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
}
#maincontent a:link, #maincontent a:visited, #maincontent a:hover, #maincontent a:active {
	color: #000000;
	text-decoration: none;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
}
#subcontent {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#subcontent a {
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
#subcontent a:link, #subcontent a:visited, #subcontent a:hover, #subcontent a:active {
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
#homenews {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #000000;
}
