body {
	background-image: none;
	background-color: #024930;
	background-repeat: no-repeat;
	font-family : arial, helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	color : #cccc66;
	line-height: 100%;
}

p {
	font-family : arial, helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	color : #cccc66;
	padding :2px 10px 2px 10px;
}

table {
	font-family : arial, helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	color : #cccc66;
}

h1 {
	font-weight : bold;
	font-size: 10pt;
	
}

h2 {
	font-weight : bold;
	font-size: 14pt;
	
}

h3 {
	font-size: 15pt;
	font-style: italic;
	font-family: sans-serif;
}

h4 {
    font-family: sans-serif;
    font-size: 18pt;
}

a {
	color: blue;
	text-decoration : none;
}

a:hover {
	color: #2f4f4f;
	text-decoration : underline;
}

.copyright {
	font-style : italic;
	font-size: 8pt;
	text-align : center;
	color : #cccccc;
}

.navigation {
	text-align : left;
	text-decoration : none;
	color: black;
}

.emphasis {
	font-size: 10pt;
	font-weight : bold;
}
.address {
	font-family : arial, helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	color : black;
	padding :2px 10px 2px 10px;
}

