/* CSS Document */
#body{
	color: #000;
	font-family: "Times New Roman", Times, serif;
	padding: 10px;
}
#headerImg img,
#breadcrumbs,
#topnav,
#leftnav,
hr {
	display: none;
}

#header p {
	font-size: 10px;
}

#header h1 {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

#content{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	border-bottom: 2px solid #000;
	padding-bottom: 20px;
}

#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 5px;
}

#content h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

#content h3 {
	margin-top: 0;
	margin-bottom: 5px;
}

#content p {
	margin: 0;
	margin-bottom: 10px;
}

#content blockquote {
	margin: 0;
}

#content img {
	margin: 10px 0;
}

#content img a {
	border: 0;
}

#content table{
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}

#content table td, #content table th{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 4px;
}

#footer p {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
}

