 body { background-color:#e5ebf1; color:#000000; font-size:10pt; font-weight:normal; text-decoration:none; font-family:"Arial";}
 
 h1 { font-size:40pt; font-weight:bold; color:#FFFFFF;}
 h2 { font-size:10pt; font-weight:bold; color:#000000;}
 h3 { font-size:15pt; font-weight:bold; }
 b  { font-weight:bold; }
 td { font-size:10pt;}
 
 .normal { color:#000000; font-size:10pt; font-family:Arial; }
 .wo { color:#2F7171; font-size:10pt; font-family:Arial; }
 
 input.text   { width:200px;
		height:18px;
                background-color:#e5ebf1;
                color:#000000;
		font-size:9pt;
                border-left: 1px solid #000000;
                border-bottom: 1px solid #000000;
                border-right: 1px solid #000000;
                border-top: 1px solid #000000; }


 input.text2   { width:75px;
				height:18px;
                background-color:#e5ebf1;
                color:#000000;
                font-size:9pt;
                border-left: 1px solid #000000;
                border-bottom: 1px solid #000000;
                border-right: 1px solid #000000;
                border-top: 1px solid #000000; }
 
                
 select.dropdown { width:200px; height:18px;
                background-color:#e5ebf1;
                color:#000000;
                font-size:9pt;
                border-left: 1px solid #000000;
                border-bottom: 1px solid #000000;
                border-right: 1px solid #000000;
                border-top: 1px solid #000000; }
select.dropdown2 { width:75px; height:18px;
                background-color:#e5ebf1;
                color:#000000;
                font-size:9pt;
                border-left: 1px solid #000000;
                border-bottom: 1px solid #000000;
                border-right: 1px solid #000000;
                border-top: 1px solid #000000; }
 
 textarea.area	{	font-family: Arial;
			color:#000000;
			width: 200px; height: 100px;
			border: 1px solid #000000;
			background-color: #e5ebf1}
                
           
                
 a:link { color:#000000; font-size:10pt; text-decoration:none; font-family:"Arial"; }
 a:visited { color:#000000; font-size:10pt; text-decoration:none; font-family:"Arial"; }
 a:active { color:#000000; font-size:10pt; text-decoration:none; font-family:"Arial"; }
 a:hover { color:#000000; font-size:10pt; text-decoration:none; font-family:"Arial"; }
 
 .link_menu a:link { color:#2F7171; font-size:10pt; text-decoration:none; font-family:"Arial"; }
 .link_menu a:visited { color:#2F7171; font-size:10pt; text-decoration:none; font-family:"Arial"; }
 .link_menu a:active { color:#2F7171; font-size:10pt; text-decoration:none; font-family:"Arial"; }
 .link_menu a:hover { color:#2F7171; font-size:10pt; text-decoration:underline; font-family:"Arial"; }
 
  a.infobox { border-bottom: 1px dashed #2F7171; text-decoration:none; }
  a.infobox:hover { cursor:help; color:#000000; background:white; }
  a.infobox span { visibility:hidden; position:absolute; left:-99em;
                   margin-top:1.5em; padding:1em; text-decoration:none; }
  a.infobox:hover span { visibility:visible; left:23em;
                         border:1px solid #2F7171; color:#2F7171; background:white; }
<!--[if IE 5]>
<style type="text/css">
  a.infobox span { display:none; }
  a.infobox:hover span { display:block; }
</style>
<![endif]-->