* {
   margin: 0px;
   padding: 0px;
   }

html {
        /* Scrollbar-Definitions IE only */
        min-height: 100%;
   max-height: 100%;
           scrollbar-3dlight-color:#A8AA9E;
           scrollbar-arrow-color:#ffffff;
           scrollbar-base-color:#C3C6B4;
           scrollbar-darkshadow-color:#A6A89A;
           scrollbar-face-color:#CCCEC0}
   }


body {

   min-height: 100%;
   max-height: 100%;
   font-family: "Times New Roman";
   font-size: 11px;
   color: #09393D;
   margin: 30 auto;
   }

#content {


   min-height: 100%;
   max-height: 100%;
   z-index: 1;
    }



#text {

   min-height: 100%;
   max-height: 100%;
   font-size: 12px;
   padding: 0 30px 0 30px;
        line-height: 17px;
   }

a {
   font-family: "Times New Roman";
   font-size: 12px;
   color: #56696B;
        text-decoration: none;
   }

a:visited {
   font-family: "Times New Roman";
   font-size: 12px;
   color: #56696B;
        text-decoration: none;

   }

a:hover {
   font-family: "Times New Roman";
   font-size: 12px;
   color: #ffffff;
   background: #9b0505;
        text-decoration: none;
   }

a:active {
   font-family: "Times New Roman";
   font-size: 12px;
   color: #CCCCCC;
        text-decoration: none;
   }