html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-size: 0.8em;
  SCROLLBAR-FACE-COLOR: #f5f5f5; 
  SCROLLBAR-HIGHLIGHT-COLOR: #ccc; 
  SCROLLBAR-SHADOW-COLOR: #ccc; 
  SCROLLBAR-3DLIGHT-COLOR: #f5f5f5; 
  SCROLLBAR-ARROW-COLOR: #E3B756; 
  SCROLLBAR-TRACK-COLOR: #fff; 
  SCROLLBAR-DARKSHADOW-COLOR: #f5f5f5; 
}

body {
  font-family: Tahoma,Verdana,Arial, Verdana, sans-serif;
  color: #000;
  text-align: left;
  font-size: 12px;
}

table {
  font-family: Tahoma,Verdana,Arial, Verdana, sans-serif;
  color: #000;
  text-align: left;
  font-size: 12px;

}

#contentborder {
  overflow: hidden;
  position: relative;
  height: 360;
  width: 760;
}

#content {
  height: 350; 
  width: 750; 
  SCROLLBAR-FACE-COLOR: #f5f5f5; 
  SCROLLBAR-HIGHLIGHT-COLOR: #ccc; 
  SCROLLBAR-SHADOW-COLOR: #ccc; 
  SCROLLBAR-3DLIGHT-COLOR: #f5f5f5; 
  SCROLLBAR-ARROW-COLOR: #E3B756; 
  SCROLLBAR-TRACK-COLOR: #fff; 
  SCROLLBAR-DARKSHADOW-COLOR: #f5f5f5; 
  position: relative;
  margin: 10; 
  padding: 0;
  overflow: auto;
  font-family: Tahoma,Verdana,Arial, Verdana, sans-serif;
  color: #000;
  text-align: left;
  font-size: 12px;
}

#content a {
	color: #C70000;
	text-decoration: none;
}

#content a:hover {
  color: #777777;
}

#content input, #content textarea { color:#000000; font-size:11px; padding:1px; background-color:#FFFFFF; border-width:1; font-family:Tahoma,Verdana,Arial,Verdana,sans-serif;  }


#content a img {border: 0;}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
   clear: both;
   font-weight: normal;
}

#content h1 {
  font-size:1.9em;
  margin: 10px 0 20px 0; padding: 0;
  text-transform:uppercase;

}

#content h2 {
   font-size: 1.5em;
   font-weight: normal;
   letter-spacing: 0.01em;
   margin: 20px 0 15px 0;
   padding: 0;
}   

#content h3 {
   font-size: 1.2em;
   letter-spacing: 0.01em;
}
   

#content ul {
  list-style-type:square;
  list-style-position:outside;
}


