/* CSS Document */

#nav, #header {
	display: none;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
}
#main {
	width: 100%;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
html {
	color: #000000;
	background-color: #FFFFFF;
}
h1, h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}
h3, h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}
body {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
	background-image: none;
}
#container {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
	margin: auto;
	border-style: none;
}


