html {
	background-color: #FFFFFF;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: geneva, verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	line-height:1.2em;
	text-align: justify;
	color: #000000;
	background-color: #FFFFFF;
	}
a, a:link, a:visited {
	font-weight: bold;
	color: #0080A4;
	}
a:hover, a:active {
	color: #0080A4;
	background-color:#CCCCCC;
	}
strong, b {
	font-weight: bold;
	}
em, i {
	font-style: italic;
	}
p {
	margin-top: 20px;
	margin-bottom: 10px; 
	text-align: justify;
	}
td {
	font-family: geneva, verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	line-height:1.2em;
	}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	}
h6 {
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	}
img {
	text-decoration: none;
	border: 0px none #FFFFFF;
	outline: none 0px;
	}