/* CSS Document */

.aheader, .abody, .afooter
{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;	
}

.aheader
{
	font-size:14px;
	font-weight:bold;
	color: #663300;
}

.abody
{
	margin-left: 20px;
	margin-right: 20px;
}

.abody, .abody p
{
	font-size: 12px;
	text-align: justify;
}

.abody p 
{	
	text-indent: 2em; 
	line-height: 20px;
};

.afooter
{
}

.abody ul, .abody ol
{
	margin-left: 40px;
	font-weight: bold;
	text-align: left;
}

.abody ul li, .abody ul, .abody ol li ul li
{
	list-style: square;
	text-align: left;
	font-weight: normal;
}

.abody ol li 
{
	list-style: decimal;
	text-align: left;
	font-weight: normal;
}

.articlepic
{
	margin: 5px;
}

.abody a { color: #000000; }
.abody a:hover { color: #CC6600; }

.listwithline ul li
{
	list-style: none;
	text-align: left;
	margin-left: 7px;
	margin-right: 7px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #000000;
	line-height: 20px;
	width: 780px;
}

.normallist ul li
{
	border: none;
	text-align: left;
	margin-left: 20px;
	line-height: 16px;
	width: 400px;
}

.gototop
{
	font-size: 10px;
	font-weight: bold;
}