body  {
	margin: 0;
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;}
	
	A:link, A:visited {
	color: #d71a1a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}
            
A:active, A:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
}

td.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	color: #0f95b1;
	padding: 0px;
}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-variant: small-caps;
	color: #0f95b1;
	text-align: right;
	padding-right: 35px;
	margin-bottom: 3px;
	letter-spacing: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0f95b1;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #0f95b1;
}

h2 {
	font-size: 11pt;
	color: #063030;
	text-align: left;
	letter-spacing: 4px;
	margin-bottom: 4px;
	padding-left: 5px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #063030;
}

ul.nav{
	text-align: right;
	width: 258px;
	list-style-type: none;
	margin: 0px;
	font-family: times;
	font-size: 10pt; 
	background-color: #165b5b;
	}

ul.nav li{
	display: block;
	font-family: times;
	padding-right: 10px;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0f95b1;
}

ul.nav li A:link, ul.nav li A:visited {
display: block;
font-family: times;
font-style: normal;
color: #11e785;
letter-spacing: 2px;
padding: 0px;
padding-bottom: 1px;
padding-right: 5px;
margin: 0px;
}

ul.nav li A:active, ul.nav li A:hover {
display: block;
font-family: times;
font-style: normal;
color: #00cccc;
letter-spacing: 2px;
padding: 0px;
padding-bottom: 1px;
padding-right: 5px;
margin: 0px;
background-color: #191919;
text-decoration: none;
}

td.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: #d71a1a;
	padding: 0px 0px 5px 0px;
}
