body {
 
	background-image: url('images/bg2.gif');
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-left: 0px;
	scrollbar-arrow-color:#FF0000; scrollbar-face-color:#000033;
}

p  {
	color: #313A4C;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", serif;

}

h1  {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	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;
}

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: #bbbbbb;
}

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

a:hover {
	text-decoration: none; 
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
	}

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