body {
   margin: 0px;
   padding: 0px;
   background: #ffffff;
   font-family: georgia;
   font-size: 8pt;
   color: #E2A0A2;
  
   }

body {
    scrollbar-arrow-color: #E2A0A2;
  scrollbar-track-color: #ffffff;
  scrollbar-face-color: #ffffff;
  scrollbar-highlight-color: #fffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-shadow-color: #ffffff;

}

p {
   margin: 5px 0px 10px 0px;
   font-family: georgia; 
   font-size: 8pt;
   }

a, a:visited, a:active {
   text-decoration: none;
   font-weight: bold;
   color: #BB6D6A;
   }

a:hover {
   text-decoration: dotted; cursor: help; font-weight: bold;
   color: #E2A0A2; border-bottom: 1px dotted #EAA6A4; 
   }

h1 {
   margin: 0px 0px 5px 0px;
   padding: 0px 0px 0px 0px;
   text-align: left;
   font-size: 18px;
   font-weight: bold;
   font-family: georgia;
   color: #E2A0A2;
   line-height: 28px;
   border-bottom: 2px solid #EAA6A4
   }

h2 {
   margin: 10px 0px 0px 0px;
   padding: 0px;
   text-align: left;
   font-size: 18px;
   font-weight: bold;
   font-family: georgia;
   color: #E2A0A2;
   line-height: 12px;
   }

h3 {
   padding: 0px;
   font-family: georgia;
   font-size: 12px;
   text-align: center;
   font-weight: normal;
   }

h4 {
   margin: 5px 0px 10px 0px;
   padding: 0px;
   font-family: georgia;
   font-size: 12px; 
   line-height: 20px;
   font-weight: bold;
   }

h5 {
   line-height: 14px;
   font-size: 12px;
   font-weight: normal;
   }

h6 {
   font-family: georgia;
   font-size: 12px;
   text-align: right;
   font-weight: normal;
   }

ul {
   margin: 5px 0px 5px 0px;
   padding: 0px;
   }

img {
   border: 0;
   }



.center	{
	margin: 0px 0px 0px 0px;
	text-align: center;
	}


#image {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 800px;
   height: 345px;
   padding: 0px;
   margin: 0px;
   }

input, select, textarea {
	color: #E2A0A2;
	font-size: 12px;
	text-align: left;
	background-color: #ffffff;
	border: 2px solid #E2A0A2;
	background-image: url();
	}
