


/* CSS Document */




/* Page footer style */ 
	
        #footer{
	
        position: fixed;	
        left: 0px; bottom: 0px;
        height: 33px;
        width: 100%;
        background-color: #EAEAEA;
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
        font-size: 10px;
        text-align: center;
        vertical-align: top;
        padding:2px;
        color: #000000;
        border-top: solid 1px #999999;
        border-bottom: solid 0px #000300;
        margin-bottom:0px;
        margin-left:0px;
        

  }
