body {
 

	background-color: #58739A;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 0px;
	scrollbar-arrow-color:#FF0000; scrollbar-face-color:#000033;
}

p  {
	color: #313A4C;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;

}

img
{  border-style: none;
}

h1  {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}

h2  {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	text-decoration: underline;
}

h3  {font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	font-weight: bold;
	color: #660000;
}

hr {
	border: 0;
	background-color: #363636;
	height: 1px;
	width: 75%;
	text-align: center;
}

ul {
	list-style: square; 
	color:#363636;} 

a {
	text-decoration: non;
	font-weight: bold;
	color: #CC6600;
}

a.email {
	text-decoration: none; color: #EAAC70;
}

a:hover {
	text-decoration: underline; 
	color: #006600;
}
a:visited {
	color: #009933;
	text-decoration: none;
	}

table.border {
    border-color: #415573;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
  }
