<style>


<!--
A:link        {text-decoration: underline; color: #0000AA;}
A:visited     {text-decoration: underline; color: #0000AA;}
A:hover       {color: #ee0000; font-style: normal; text-decoration: underline overline;}
BODY {

 background-image:url(images/bg-logo.jpg); background-repeat:no-repeat;
 background-position:center; middle;
 background-attachment:fixed;

 SCROLLBAR-FACE-COLOR: #d1d1d1;
 SCROLLBAR-HIGHLIGHT-COLOR: #c0c0c0;
 SCROLLBAR-SHADOW-COLOR: #DDDDDD; 
 SCROLLBAR-3DLIGHT-COLOR: #999999;
 SCROLLBAR-ARROW-COLOR: #F5F5F5;
 SCROLLBAR-TRACK-COLOR: #F5F5F5;
 SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
 font-family: Verdana, Arial;
}

.nav          {text-decoration: none; color: #FFFF99;}
.nav:link     {text-decoration: none; color: #FFb903;}
.nav:visited  {text-decoration: none; color: #FFb903;}
.nav:hover    {text-decoration: none; color: #FFFF00; font-style: normal; text-decoration: underline overline;}


.quote        {font-size: 10px; font-family: Arial; color: #FFFFFF; background-color: dimgray;}
.code         {font-size: 10px; font-family: Courier New; color: #000000; background-color: #FFB920;}


input         {background-color: #F5F5F5; font-family: Verdana; font-size: 10pt; color: #000000;}
textarea      {background-color: #F5F5F5; font-family: Verdana; font-size: 10pt; color: #000000;}
select        {background-color: #F5F5F5; font-family: Verdana; font-size: 7pt; color: #000000;}   

.text_no_bgr {
BACKGROUND: none;
color: #000000;
font: 11px Tahoma, Verdana, sans-serif;
text-decoration: none;
text-align: justify;
}

//-->
</style>