/* CSS Document */
.elenchi {
	border-bottom: #529A05 1px dotted;
}


body {
	margin: 0px;
	padding: 0px;	
}

td {
	font-family : Arial, Helvetica, sans-serif;  
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
}

h3 {
	margin: 1px;
	margin-bottom: 3px;
	font-size: 13px;
	line-height: 17px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

h2 {
	margin: 1px;
	margin-bottom: 3px;
	font-size: 15px;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

h4 {
	color: #669900;
	margin-bottom: 3px;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	text-align: left;
}


a:link, a:visited, a:active {
	text-decoration: none;
	color: #529a05;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

ul {
	margin: 0px;
	padding: 0px;
	width: 197px;
	list-style: none;
}

li {
	display: block;
	border-bottom: 1px dotted #529A05;
}

li a:link, li a:visited {
	color: #529a05;
	text-decoration: none;
}

li a:hover {
	display: block;
	background: #529a05;
	color: #ffffff;
}