/* CSS Document */

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }



.bigorange {  font-size: 12px; color: #F84C10; font-family: verdana; font-weight: bold;}
.bigwhite {  font-size: 12px; color: white; font-family: arial; font-weight: bold;}
.bigblack { font-size: 12px; color: #333333; font-family: verdana; font-weight: bold;}
.mediumorange { font-size: 11px; color: #F84C10; font-family: verdana; font-weight: none; text-decoration: none;}
.mediumblack { font-size: 9px; color: #333333; font-family: verdana; font-weight: bold;}
.smallblack { font-size: 9px; color: #333333; font-family: verdana; }
.smallwhite { font-size: 9px; color: white; font-family: verdana; }
.verybigblack { font-size: 18px; color: #333333; font-family: verdana; font-weight: bold;}
.verybigorange{ font-size: 15px; color: #F84C10; font-family: verdana; font-weight: bold;}

BODY{scrollbar-face-color:#F84C10;
scrollbar-arrow-color:white;
scrollbar-track-color:white;
scrollbar-shadow-color:white;
scrollbar-highlight-color:white;
scrollbar-3dlight-color:white;
scrollbar-darkshadow-Color:white;}