body {
        font-size: 11px;
	font-family: Verdana, Tahoma, serif;
        color: #888888;
	background-color: #FFFFFF;
}




a:link,a:visited,a:active {
	color: #888888;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
}			

div.copyleft {
	text-align: center;
	font-size: 9px;
	margin-top: 50px;
}

div.part {
	text-align: justify;
	font-size: 11px;
	padding-left: 160px;
	padding-right: 3px;
}

div.part h2 {
	text-align: justify;
	font-size: 17px;
	font-weight: bold;
}

div.part h3 {
	text-align: justify;
	font-size: 13px;
	font-weight: bold;
}


h1	{
	font-size: 19px;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
}

blockquote {
	padding-right: 120px;

}

table.dl {
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
}

tr.bar {	
	border-bottom: 1px solid #888888;
}

td.menu {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #888888;
	width: 50%;
}

td.obj {
	text-align: center;
	color: #888888;
	background-color: #FFFFFF;
	width: 50%;
}




