@charset "utf-8";
body {
	background-color: #FFFFFF;
}

/* CSS Document */

#sideBar {
	float: none;
	margin: 0px;
	width: 100%;
	padding: 0px;
}
#mainNav, #nav, #footer {
	display: none;
}
#content, #sideContent {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	margin: 0px;
	width: 100%;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#form1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

