<style>
<!--
html,body {
  margin: 0;
  padding: 0;
  margin-top: 0px;
  margin-left: 0px;
  color: #000;
  background-color: #fff; 
}

a { 
  text-decoration: none; 
}

a:hover { 
  color: red; 
  text-decoration: underline;
}

h1 { 
  margin: 0; 
  font-size:16pt; 
  text-align:center; 
}
h2 { 
  font-size: 14pt; 
  text-align:center; 
}
h3 { 
  font-size: 12pt; 
  font-weight: bold; 
  border: 1px solid #ccc; 
  background-color: #C3CFE5; 
  padding: 3px 10px 3px 10px; }

hr { 
  width:400px; 
}

.highlight { color: #CC0000; font-weight: bold; }

BODY { 
       scrollbar-face-color:FFFFFF;  
       scrollbar-track-color:FFFFFF;  
       scrollbar-arrow-color:48669F;  
       scrollbar-shadow-color:48799F;  
       scrollbar-dark-shadow-color:48669F;  
       scrollbar-3dlight-color:48799F;  
       scrollbar-highlight-color:48669F;
       color: black; text-decoration: none; 
       font-size: 10pt; background-color: white; }
  A { text-decoration: none; }
  A:hover { color: black; 
	text-decoration: none; 
	background-color: #FFFF00;
}

td { background-color: #EEEEEE; }
img { 
  border-style:dashed; 
  border-width:2px; 
  border-color:#660000; 
  padding:0.5em; 
} 

div#header {
 width: 100%;
 height: 50px;
 padding-left: 20px;
 background-color: #48669F;
 color: #fff;
 font-size: 16pt;
 font-weight: bold;
 font-family: Georgia,Arial,sans-serif;
 border-bottom: 1px solid #000;
}

div#menu {
 width: 190px;
 float: left;
 font: 11px/12px verdana,trebuchet,sans-serif;
 padding-right: 10px;
 text-align: right;
 color: #333;
 padding-bottom: 30px;
 border-right: 1px dotted #999;
}

div#content {
 float:left;
 width: 60%;
 text-align: left;
 margin-left: 15px;
 margin-bottom: 60px;
 padding-bottom: 30px;
 padding-left: 10px;
}
div#right {
 position: absolute;
 float: right;
 top: 70px;
 width: 190px;
 font: 9pt verdana,arial,sans-serif;
 border: 1px solid #ccc;
 padding-top: 20px;
 right: 10px;
 height: 500px;
 text-align: left;
}

 .item { border-bottom: 1px dotted #aaa; }
-->
</style>
