/* This CSS file is used in all 9 of the free simple templates at         */
/* www.bravenet.com.  Feel free to look at the templates themselves       */
/* to get an idea of how the various classes listed here can combine      */
/* to produce a wide variety of layouts.  (Classes are the entries        */
/* beginning with a '.')                                                  */

/* Note: The slash star combinations surround text that is to be          */
/*       marked a comment.  These just describe the CSS and are           */
/*       ignored by the browser.                                          */

body
{
    font: 11px verdana;color: 757575;
scrollbar-face-color:#3300CC;
           scrollbar-arrow-color:#FFFFFF;
           scrollbar-track-color:#C5C6DE;
           scrollbar-shadow-color:#C5C6DE;
           scrollbar-highlight-color:#C5C6DE;
           scrollbar-3dlight-color:#C5C6DE;
           scrollbar-darkshadow-Color:#C5C6DE;
}
/* these are the font styles for the links that appear on your web page */
a:link {font: bold 11px verdana; color: #6D8269; text-decoration: none;} 
a:active {font: bold 11px verdana; color: #6D8269; text-decoration: none;}
a:visited {font: bold 11px verdana; color: #6D8269; text-decoration: none;}
a:hover {font: bold 11px verdana; color: #AF0020; text-decoration: underline;}/*this one changes the mouseover or hover state of the link*/





table 

{
font: 11px verdana;color: 757575;
bordeR-color: 7A99E0;
border-collapse: collapse;

}

INPUT
{
     font-size: 9pt;
     font-family: verdana;
     background-color:c1c1dd;
}
TEXTAREA
{
     font-size: 8pt;
     font-family: verdana;
     background-color:c1c1dd;
}

