a:link {
 color: #FFFFCC;
 background-color: none;
 cursor:hand;
}

a:visited {
 color: #6E6E6E;
 background-color: none;
 cursor:hand;
 text-decoration:none;
}

a:hoover {
 color: blue;
 background-color: none;
 cursor:hand;
}

body {
 color: #999999;
 background-color: #000000;
 font-family: Verdana, Arial, serif;
 font-size:8pt;
 font-weight: bold;
 text-align:justify;
 
 scrollbar-face-color: black;
 scrollbar-shadow-color: #1B1E25;
 scrollbar-highlight-color: #999999;
 scrollbar-3dlight-color: #454545;
 scrollbar-darkshadow-color: #454545;
 scrollbar-track-color: #454545;
 scrollbar-arrow-color: #ffffce;
 
 margin-right:30px; 
 }
 
table {
 color: #999999;
 background-color: none;
 font-family: Verdana, Arial, serif;
 font-size:8pt;
 font-weight: bold;
 text-align:justify;
 }
 
 .header {
 color: #999999;
 background-color: #000000;
 font-family: Verdana, Arial, serif;
 font-size:10pt;
 }
 
 .header_big {
 color: #FFFFCC;
 background-color:none;
 font-family: Verdana, Arial, serif;
 font-size:11pt;
 }
 .small {
 color: #999999;
 background-color: #000000;
 font-family: Verdana, Arial, serif;
 font-size:7.5pt;
 font-weight: bold;
 text-align:justify;
 }
 
 .footer {
 color: #5D5D5D;
 background-color: #000000;
 font-family: Verdana, Arial, serif;
 font-size:6.5pt;
 font-weight: bold;
 text-align: justify;
 }
 
 .footer_lightgray {
 color: #999999;
 background-color: #000000;
 font-family: Verdana, Arial, serif;
 font-size:6.5pt;
 font-weight: bold;
 text-align: justify;
 }
 
a.nodecoration {
	text-decoration: none;
	color:#999999;
}

.button { 
background-color:#000000; 
background-image:url(images/pointer_hand.gif); 
background-repeat:no-repeat; 
color:#999999; 
width:120px; 
height:25px; 
border:3px inset #DF0000;
font-family: Verdana, Arial, serif;
font-size:10pt;
font-weight: bold;
 }

