/* CSS Document */

body {
	background: none;
	width:100%;
	margin:0;
	padding:0;
}

#container {
	margin:0px;
	width:auto;
}

/* Header Items */

#head {
	display:none;
}

#nav {
	display:none;
}

/* Main Items */

#text {
	margin: 3px;
	margin-top:0px;
	border:none;
	background: none;
}

#text p {

	font-size:10pt;
	line-height: 16pt;
	color:#333333;
	font-family:Arial;
}

#text h2 {
	font-size:13pt;
	color:#333333;
	font-family:Arial;
}

#text h3 {
	font-size:10.5pt;
	color:#333333;
	font-family:Arial;
}

.bold {
	font-weight:bold;
}

#sidebar {
	display:none;
}

/* Footer Items */

#footer {
	display:none;
}

