#titlepos {
    position:absolute;
    font-family: tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bolder;
    color: green;
    z-index:2;
}

#txtmainab {
    position:absolute;
    width:460px;
    left: 145px;
    font-family: tahoma, sans-serif;
    font-size:  12pt;
    background-color: transparent;
    border-style: inset;
    border-width: 4;
    padding: 5px 5px;
    z-index:2;
}
#txtsecab {
    position:absolute;
    width:650px;
    left: 50px;
    top:35;
    font-family: tahoma, sans-serif;
    font-size:  12pt;
    background-color: transparent;
    border-style: inset;
    border-width: 4;
    padding: 5px 5px;
    z-index:2;
}
#txtmainst {
    position:static;
    width:525px;
    left: 155px;
    font-family: tahoma, sans-serif;
    font-size:  12pt;
    background-color: transparent;
    border-style: ridge;
    border-width: 2;
    padding: 10px 10px;
    z-index:2;
}
#txtsubhead {
    position:static;
    width:375px;
    font-family: tahoma, sans-serif;
    font-weight: bolder;
    font-size: 14pt;
    color: green;
    background-color: powderblue;
    border-style: ridge;
    border-width: 2;
    padding: 2px 2px;
    z-index:1;
}
#txtbasic {
    position:relative;
    width:725px;
    font-family: tahoma, sans-serif;
    font-size: 12pt;
    color: black;
    background-color: transparent;
    z-index:1;
}
#txtfooter {
    position:absolute;
    width:725px;
    font-family: tahoma, sans-serif;
    font-size: 12pt;
    color: black;
    background-color: transparent;
    z-index:1;
}
#txtalert {
    position:absolute;
    width:600px;
    font-family: tahoma, sans-serif;
    font-size: 16pt;
    font-weight: bolder;
    color: red;
    background-color: transparent;
    z-index:1;
}
#txtcustlinksL {
    position:absolute;
    top:65px;
    left: 10px;
    width:125px;
    font-family: tahoma, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: black;
    background-color: transparent;
    z-index:2;
}
#txtcustlinksLC {
    position:relative;
    width:125px;
    font-family: tahoma, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: green;
    background-color: powderblue;
    border-style: ridge;
    border-width: 2;
    padding: 5px 2px;
    z-index:1;
}
#txtcustlinksR {
    position:absolute;
    top:65px;
    left: 625px;
    width:145px;
    font-family: tahoma, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: black;
    background-color: transparent;
    z-index:1;
}
#txtcustlinksRC {
    position:relative;
    width:145px;
    font-family: tahoma, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: black;
    background-color: powderblue;
    border-style: ridge;
    border-width: 2;
    padding: 5px 2px;
    z-index:1;
}
#txtlinks {
    position:relative;
    left: 165px;
    width:720px;
    font-family: tahoma, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: black;
    background-color: transparent;
    z-index:1;
}
#preloadimg {
    position:static;
    visibility: hidden;
  }
#msgcontact {
    position:relative;
    width:720px;
    height: 25px;
    font-family: tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bolder;
}
A:link    { color: blue; }
A:active  { color: black; }
A:visited { color: green; }
