<!--
body{
 font-family : Arial, Helvetica, sans-serif;
 color:        #000000;
 font-size:    12px;

 background-color:      #FFFFFF;
 background-attachment: fixed;
 background-image:;
 background-position:;
 background-repeat:;

 scrollbar-face-color:       #878787;
 scrollbar-shadow-color:     #111111;
 scrollbar-highlight-color:  silver;
 scrollbar-3dlight-color:    #333333;
 scrollbar-darkshadow-color: black;
 scrollbar-track-color:      #333333;
 scrollbar-arrow-color:      black;
}

a:link{
 font-family : Arial, Helvetica, sans-serif;
 font-size : 12px;
 color : #213171;
 font-weight : bold;
 text-decoration : none;
}

a:active{
 font-family : Arial, Helvetica, sans-serif;
 font-size : 12px;
 color : #A9B4E7;
 font-weight : bold;
 text-decoration : underline overline;
}

a:hover{
 font-family : Arial, Helvetica, sans-serif;
 font-size : 12px;
 color : #000000;
 font-weight : bold;
 text-decoration : underline overline;
}

a:visited{
 font-family : Arial, Helvetica, sans-serif;
 font-size : 12px;
 color : #213171;
 font-weight : bold;
 text-decoration : none;
}

TEXTAREA{
 color: #000000;
 font-family:      Arial, Helvetica, sans-serif;
 font-size:        12px;
 background-color: #ADAEBD;
 border-style:     groove;
 border-width:     2;
 border-color:     #CCCCCC;
}

SELECT{
 color: #000000;
 font-family:      Arial, Helvetica, sans-serif;
 font-size:        12px;
 background-color: #EEEEEE;
 border-width:     1;
 border-color:     #333333;
}

INPUT{
 color: #000000;
 font-family:      Arial, Helvetica, sans-serif;
 font-size:        12px;
 background-color: #ADAEBD;
 border-style:     groove;
 border-width:     2;
 border-color:     #CCCCCC;
}
-->