body {
	margin:0px;
	font-family:Helvetica,Arial,sans-serif;
	color:#000000;
	font-size:12px;
}
table {
	font-size:12px;
}
td {
	padding:5px;
}
tr {
	vertical-alignment:top;
}
h1, h2 {
	margin-top:0px;
	color:#000000;
	font-weight:bold;
	margin-bottom:5px;
	border-bottom:2px dashed #000000;
	/*
	background-image:url('./images/hr.gif');
	background-repeat:repeat-x;*/
	
}
h1 {
	font-size:20px;
	padding-bottom:5px;
	/*height:32px;*/
	/*background-position:0px 28px;*/
}
h2 {
	font-size:14px;
	height:20px;
	background-position:0px 0px;
	padding-top:5px;
	margin-top:5px;
}

a {
	text-decoration:none;
	color:#566c10;
}

a:hover{
	color:#9b9b9b;
}

p{
	margin-top:3px;
	margin-bottom:5px;

}

hr {
	height:1px;
	width:100%;
	border:0px solid #ffffff;
	background-color:#000000;
	color:#000000;
}
ul,ol {
	margin-left:25px;
	margin-top:5px;
	margin-bottom:5px;
	line-height:1.5;
}
li {
	margin-bottom:8px;
}

