BODY{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

H1 {
	background-color: #99CCCC;
	font-size: 16px;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid Black;
	margin-left : -20px;
	margin-right : -20px;
	margin-top: 5px;
}

.nav {
	padding-left: 5px;
	font-size: 11px;
	border-bottom: thin;
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -18px;
}

.endnav {
	padding-left: 5px;
	font-size: 11px;
	border-top: thin;
	border-top-color: Black;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom: thin;
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: -10px;
	margin-right: -10px;
	clear: both;
}

A {
	color: #0033CC;
	text-decoration: none;
}
A.nav {
	border-bottom-style: none;
	margin-left: 0px;
	margin-right: 0px;
}
A:hover {
	color: #CC0000;
	text-decoration: underline;
}

IMG {
	border: none;
}

IMG.body {
        border-style: solid;
        border-width: 1px;
        border-color: black;
}

P.text
{
	font-family: "Times New Roman", Times;
	font-size: 12pt;
	text-align: justify;
	margin-left : 80px;
	margin-right : 80px;
}

P, TABLE {
	font-size: 10pt; 
	font-variant: none; 
	font-family: arial, sans serif;
}


