/* Main Styles */
body,td,p,input,option,select,textarea {
  font-size: 12px;
  font-family: arial;
  color:white;
  text-decoration:none;
   line-height: 15px;
     scrollbar-face-color: black;
scrollbar-shadow-color: #999999; 
scrollbar-highlight-color: #575355;
scrollbar-3dlight-color: #cccccc;
scrollbar-darkshadow-color: #999999;
scrollbar-track-color: #cccccc;
scrollbar-arrow-color: white;
}

body{
background-color: #323030;
}

input,option,select,textarea {
  font-size: 11px;
  font-family: arial;
  color:#323030;
}


/* Links */
a{
  color:#C9C8C8;
}
a:hover{
  color:white;
}


.greytext{
color: #969696;
}

.bggrad {
background-image:url(../Images/Graphics/darkgrey_grad.jpg);
background-repeat:repeat-x;
background-position:top;
}

.newsnav{
color: white;
font-size: 11px;
text-decoration:none;
font-family: arial;
}
.newsnav:hover{
color: #F2F0F0;
font-size: 11px;
text-decoration:none;
font-family: arial;
}
