/* General layout */
     body {
           font-family : 'Trebuchet MS', Verdana, 'Times New Roman', Arial, serif;
           font-size : 12px;
           color : #3b3b3b;
           background-color:#dfdfdf;
           margin:0px;
      }

       p, br, td {
           font-family :  'Trebuchet MS', Verdana, 'Times New Roman', Arial, serif;
           font-size : 12px;
           color : #3b3b3b;
           background-color : transparent;
      }
      a {
           text-decoration : none;
           color : #3b3b3b;
      }
     A:link {
           text-decoration : none;
           color : #000000;
           text-transform: uppercase;
           font-weight : bold;
           background-color : transparent;
      }
     A:visited {
           text-decoration : none;
           color : #000000;
           text-transform: uppercase;
           font-weight : bold;
           background-color : transparent;
      }
     A:hover {
           text-decoration : none;
           color : #000000;
           text-transform: uppercase;
           font-weight : bold;
           background-color : transparent;
      }


/* layout */


     .main {
           font-family : 'Trebuchet MS', Verdana, 'Times New Roman', Arial, serif;
           font-size : 12px;
           color : #3b3b3b;
           background-color:#ffffff;
           padding:10px;
      }

     Textarea, input, select, option {
           color : #000000;
           background : #d2d2d2;
           font-size : 11px;
           font-weight : normal;
           text-decoration : none;
           font-family : 'Trebuchet MS', Verdana, 'Times New Roman', Arial, 'Courier (T1)';
           text-align : left;
           border-width : 1px;
           border-style : solid;
           border-color : #000000;
      }


     #disclaimer{
           margin-left:30px;
           margin-right:30px;
           font-size: 10px;
           text-align:center;
           border-color: #111111;
           border-width: 0px;
           border-top-width: 1px;
           border-style: solid;
           margin-top:50px;
           margin-bottom:50px;

      }


