body {margin: 0; padding: 0; background: #999999 url('../gfx/bg.gif'); repeat-x top;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #555555;}

td.menu_env {
    color: grey;
    text-align:center;
    vertical-align:bottom; 
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
    width:150px;
    text-decoration: none;
    background: url('../gfx/b_environment_nm.jpg') no-repeat;
    background-color: #ffffff;
    padding: 5px;
}

td.menu_env:hover {
    background: URL("../gfx/b_environment.jpg");
    color: #5dab3d;
}

td.menu_fam {
    color: grey;
    text-align:center;
    vertical-align:bottom; 
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    width:150px;
    text-decoration: none;
    background: url('../gfx/b_family_nm.jpg');
    background-color: #ffffff;
    padding: 5px;
}

td.menu_fam:hover {
    background: URL("../gfx/b_family.jpg");
    color: #826a44;
  }

td.menu_cou {
    color: grey;
    text-align:center;
    vertical-align:bottom; 
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    width:150px;
    text-decoration: none;
    background: url('../gfx/b_couple_nm.jpg');
    background-color: #ffffff;
    padding: 5px;
}

td.menu_cou:hover {
    background: URL("../gfx/b_couple.jpg");
    color:#6aa3d0;
  }

td.menu_spo {
    color: grey;
    text-align:center;
    vertical-align:bottom; 
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    width:150px; 
    text-decoration: none;
    background-image: url('../gfx/b_golfer_nm.jpg');
    background-color: #ffffff;
    padding: 5px;
}

td.menu_spo:hover {
    background: URL("../gfx/b_golfer.jpg") ;
    color:#c96d13;
  }

addressbar {
    background-color: #ffffff;
    font-family: Arial;
    font-size: 8pt;
    text-decoration: none;
    padding: 5px;    
    text-align: right;
    
}

tr.contact {
    background-color: #ffffff;
    color: #333333;
    font-family: Arial;
    font-size: 8pt;
}

tr.footer {
    background-color: #888888;
    color: #cccccc;
    font-family: Arial;
    font-size: 8pt;
}
tr.footer a {
    color: #cccccc;
    font-family: Arial;
    font-size: 8pt;
    text-decoration: none;
}

