html, body {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #FFFFFF;
	font-family: Arial, Tahoma, Geneva, sans-serif;
	line-height: 150%;
	font-size: 13px;
}

TABLE { text-align:left; font-size:12px; }


/* Normal link */
a {
	color: #0e6236;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #0e6236; 
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-weight: bold;
	color: #0e6236;
}

h1 { font-size: 16px; }
h2, h3,h4 { font-size: 14px; }

P { font-size:13px; padding: 0 2px 0 2px; }
DL, ul, li { font-size:13px; margin-left:15; margin-right:15 }





