/* CSS Document */
    body 
    {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      background-color:#FFFFFF;
    }
	
    #content      
    {
      text-align: center;
      margin-top: -250px;
      margin-left: -300px;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 600px;
      height: 500px;
      visibility: visible
    }
	
    #map      
    {
      text-align: center;
      margin-top: -200px;
      margin-left: -262px;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 525px;
      height: 399px;
      visibility: visible
    }
	
    .header 
    { 
      font-size: 10pt;
      color: #000000;
      font-family: Verdana;
      font-weight: bold;
    }
	
    .footer 
    { 
      font-size: 7pt;
      color: #000000;
      font-family: Verdana;
    }
	
    a:link
    {
      font-size: 7pt;
      color: #000000;
      font-family: Verdana;
      text-decoration: underline
    }

    a:visited
    {
      font-size: 7pt;
      color: #000000;
      font-family: Verdana;
      text-decoration: underline
    }

    a:active
    {
      font-size: 7pt;
      color: #000000;
      font-family: Verdana;
      text-decoration: underline
    }

    a:hover
    {
      font-size: 7pt;
      color: #000000;
      font-family: Verdana;
      text-decoration: none;
    }
	
    img { border-style: none; }
