       body.white  {
             background-color : white;
         }
       body.cpc {
             background-image : url('images/IFRAME633_448.GIF');
             background-repeat : no-repeat;
             background-attachment : fixed;
         }
       H2 {
             color : red;
             text-decoration : underline;
             font-size : 18px;
         }
       H3 {
             color : red;
             text-decoration : underline;
             font-size : 16px;
         }
          H4 {
	              color : black;
	              text-decoration : none;
	              font-size : 18px;
         }
         P {
         	font-size : 14px;
         	color : black;
         	text-decoration:none;
         	}
       a.black:link {
             color : black;
         }
       a.black:visited {
             color : black;
         }
       a.black:hover {
             color : rgb(255,0,0);
         }
       a.black {
             text-decoration : none;
         }
       a:link {
             color : white;
         }
       a:visited {
             color : white;
         }
       a:hover {
             color : rgb(255,0,0);
         }
       a {
             text-decoration : none;
             font-weight: bold;
             font-size:20px;
         }  
       table.small {
             margin : 0 auto;
             border : medium none inherit;
             border-spacing : 0;
             width : 350px;
             text-align : center;
         }
       table.norm {
             margin : 0 auto;
             border : medium none inherit;
             border-spacing : 0;
             width : 790px;
             height : 590px;
             text-align : center;
         }
       
       table.srv {
                    border : medium none inherit;
                    border-spacing : 0;
                    width : 750px;
         }

       table.frme {
             border : medium none inherit;
             border-spacing : 0;
             width : 100%;
             height : 100%;
             text-align : left;
         }
       body.plain {
             background-image : url('images/IFRAME633_448.GIF');
             background-repeat : no-repeat;
             background-attachment : fixed;
         }
   
