/* 


comments */
html body table tbody tr td table tbody tr td {padding-left: 8px;}
body {
   background-color: white;
   margin: 0;
   }

ul, li {
    list-style: none;
    margin-left: 10px;
    padding-left: 1em;
    text-indent: -1em;
    font-family: "Arial, Helvetica, sans-serif";
    }
    
a.menu:link {
    font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif";
    color: #4040dd;
    font-size: 14px;
    text-decoration: none;
    margin-top: 2px
    }
    
a.menu:visited {
    font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif";
    color: #4040dd;
    font-size: 14px;
    text-decoration: none;
    margin-top: 2px
    }

a.menu:hover {
    font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif";
    color: #7676dd;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 2px
    }

td.menu:hover {
    font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif";
    color: #7676dd;
    font-size: 14px;
    text-decoration: none;
    
    }

td.menu {
    font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif";
    color: #7676dd;
    font-size: 14px;
    text-decoration: none;
    background-color: white;
    }

tr.stats:hover {
    font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif";
    color: black;
    font-size: 10px;
    text-decoration: none;
    background-color: #CCFF66
    }
    
h1.contact {
    font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif";
    color: black;    
    }
    
p.contact {
    font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif";
    font-size: 12px;
    color: black;
    }

a.contact:link {
    font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif";
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: orange;
    }
    
a.contact:visited {
    font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif";
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: orange;
    }

a.contact:hover {
    font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif";
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
    color: blue;
    }


h3 {
    font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif";
    color: black;   
    }

h2 {
    font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif";
    color: black;     
    }
    
p {
    font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif";
    font-size: 12px;
    color: black;
    }


    div.fcs_head{
        position:fixed;
        left:0px;
        top:0px;
        width:100%;
        background:#ffffff;
        z-index: 5;
    }
    img.fcs_head{
        float:center;
    }
    div.fcs_head_break{
        background:#FFCC00;
        height:16px;
    }


		div.maincontent{
		    position: absolute;
		    width:710px;
		    top:110px;
		    left:210px;
		    z-index: 1;
		    background:#ffffff;
		    margin-left:5px;
		    }

		div.copyright{
		    position: fixed;
		    width:100%;
		    bottom:0px;
		    left:0px;
		    height:19px;
		    z-index: 2;
		    background:#eeeeee;
		    text-align:center;
		    }

		    div.leftcontainer{
		        position:absolute;
		        left:0px;
		        top:100px;
		        width:250px;
		        background:white;
		        overflow:auto;
		        z-index: 0;		   
		   }

		    div.rightcontainer{
		        position:fixed;
		        right:0px;
		        top:150px;
		        width:200px;
		        background:white;		   
		   }
		