
body 
{
	background-image: url('paper_bkg.jpg');
	text-align: center;
}

#container
{
	background: #eae9e2;
	font: 10pt Arial;
	margin: 25px auto;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	width: 725px;
	
}

#container table
{
	font: 10pt Arial;
}

.section
{
	padding: 0px;
	margin: 0px;
	border: 0px solid black;
	text-align: left;
}

.section_header
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 4px;
	background-color: #585;
}

.section_content
{
	padding: 10px;
}

.section h1
{
	font: Bold 14pt Arial;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.header
{
	padding: 5px;

}

.header_cell
{
	margin: 0 33%;
	float: right;
	text-align: center;
	background: red;
}

.txt_header
{
	font:	bold 12pt Arial;
}

li
{
	list-style-position: outside;
	list-style-type: square;
	list-style-image: none;
	font-family: "arial";
	text-decoration: none;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}

.img_border
{ 
	border: 2px solid black;
}

