#header
{
	width: 100%;
	color: #000000;
	text-align: center;
	font-size: 10pt;
}
#header H1
{
	font-size: 20pt;
}
#header H2
{
	font-size: 18pt;
}
#header H3
{
	font-size: 10pt;
}
#sidebar, #footer, #sidebar, .menu 
{
	display: none;
}
#main, #wrapper
{
	width: 100%;
}

h1
{
	font-size: 16pt;
}

h2
{
	font-size: 14pt;
}
#content 
{
	width: 100%;
	border: none;
	font-size: 10pt;
	text-align: justify;
	line-height: 1.7;
}


a
{
	text-decoration: none;
	font-weight: bold;
}
img.left
{
	float: left;
	padding: 10px;
}
img.right
{
	float: right;
	padding: 10px;
}
