body {
 
	background-image: url('images/bg1.jpg');
	background-color: #CADEff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 0px;
	scrollbar-arrow-color:#FF0000; scrollbar-face-color:#000033;
}

p  {
	color: #003399;
	font-size: 10pt;

}

h1  {
	color: #0000ff;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}

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

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

a {
	text-decoration: underline; color: #006600;
}

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

a:hover {
	text-decoration: overline; 
	color: #9900ff;
}
a:visited {
	color: #9900ff;
	}

table.table1 {
  border: 1px solid #37435B;
  }

