BODY {margin: 0px;
      margin-top: 24px;
      margin-bottom: 180px;
      background: #B2CBFF;
      background-image:url('/gfx/background.gif');
      background-repeat:repeat-x;
      background-attachment: fixed;
      background-position: top;
      SCROLLBAR-BASE-COLOR: #308249;
      SCROLLBAR-ARROW-COLOR: #FF0000;
      scrollbar-darkshadow-color: #000000;
      scrollbar-track-color: #F1C844;
      scrollbar-highlight-color: #FFFFFF;
      text-align:center;
     }


a.IntroButton 	{ display:block;
	  width:203px;
	  height:200px;
	  font-family:Arial, Verdana, sans-serif;
	  font-size:20px;
	  font-weight:normal;
	  text-align:left;
	  vertical-align: top;
	  background-image: url(/gfx/introbutton.png);
	  background-repeat:no-repeat;
	  background-position: 0px 0px;
	  border:none;
       	  text-decoration:none;
	}

a.IntroButton:link    { color:#FFFFFF;
	         	text-decoration:none;
	       		}

a.IntroButton:visited   { color:#FFFFFF;
	         	text-decoration:none;
	       		}


a.IntroButton:active    { color:#FFFFFF;
	         	text-decoration:none;
	       		}


a.IntroButton:hover   { color:#FFFF00;
	         text-decoration:none;
		 background-position: 3px 3px;


	       }




a:link {color:#FFFFFF;
	text-decoration: none
        font-family:Helvetica, Arial;
        font-style:normal;
        font-weight:normal;
	}

a:visited {color:#FFFFFF;
        font-family:Helvetica;
        font-style:normal;
        font-weight:normal;
	text-decoration: none;
	}

a:hover {color:#FFFF00;
        font-family:Helvetica, Arial;
        font-style:normal;
        font-weight:normal;
	text-decoration: none;
	}

a:active {color:#FFFFFF;
        font-family:Helvetica, Arial;
        font-style:normal;
        font-weight:normal;
        text-decoration: none;
	}

.Headline {
	   color:#308249;
  	   font-family:Arial, Helvetica;
           font-style:bold;
           font-weight:bold;
	   font-size:26px;
           padding-top: 12px;
  	   padding-left: 16px;
   	   padding-right: 9px;
    	   text-decoration: none;
          }



.Normtext {
	  color:#C0C0C0;
	  font-family:Arial, Verdana, sans-serif;
	  font-size:12px;
	  line-height:18px;
	  font-weight:normal;
	  text-align:left;
          padding-bottom: 6px;
 	  padding-right: 9px;
          padding-left: 16px;
    	  text-decoration: none;
          }