
h1 {
    font:               bold 18px Verdana, Arial, Helvetica, sans-serif;
    margin:             32px 32px 4px 220px;
    color:              #202020;
  }


h1.catchline {
    font:               bold 13px Verdana, Arial, Helvetica, sans-serif;
    margin:             32px 32px -30px 220px;
    color:              #202020;
}

h2 {
    font:               bold 12px Verdana, Arial, Helvetica, sans-serif;
    margin:             16px 32px 0px 220px;
    color:              #202020;
  }

p {
    font:               normal 11px Verdana, Arial, Helvetica, sans-serif;
    margin:             0px 32px 10px 220px;
    text-align:         justify;
    clear:              both;
  }

p.label {
    margin:             0px 8px 0px 220px;
  }

p.footer {
    font:               normal 9px Verdana, Arial, Helvetica, sans-serif;
    margin:             0px;
    padding:            2px 32px 2px 32px;
    color:              #606060;
    background:         #e0e0e0;
    border-top:         1px solid #a0a0a0;
  }

ul {
    margin:             0px 32px 10px 220px;
  }

li {
    font:               normal 11px Verdana, Arial, Helvetica, sans-serif;
    list-style:         square outside;
    margin:             0px 0px 0px 16px;
  }

ul.linklist li {
    color:              #4A79AC;
}

a:link {
    color:              #2060a0;
    text-decoration:    none;
  }

a:visited {
    color:              #2060a0;
    text-decoration:    none;
  }

a:active {
    color:              #906020;
    text-decoration:    underline;
  }

a:hover {
    color:              #906020;
    text-decoration:    underline;
  }

table.frame {
    border-left:        1px dashed #e0e0e0;
    border-right:       1px dashed #e0e0e0;
}

table.form {
  bug-border:           1px solid green;
}

td.body {
    background:         #ffffff url(/common/images/sideill.jpg) no-repeat top left;
  }

input.textfield {
    font-size:          8pt;
    border:             1px solid #2060A0;
    margin:             0px 32px 2px 0px;
  }

input.nextbut {
    font-size:          8pt;
    border:             1px solid #2060A0;
    width:              80px;
    height:             20px;
    margin:             8px 48px 2px 1px;
    float:              right;
    background:         white url(/common/images/button_bg.gif) repeat-x bottom left;
    cursor:             hand;
  }

input.previousbut {
    font-size:          8pt;
    border:             1px solid #2060A0;
    width:              80px;
    height:             20px;
    margin:             8px 1px 2px 0px;
    float:              right;
    background:         white url(/common/images/button_bg.gif) repeat-x bottom left;
    cursor:             hand;
  }

div.iconpanel {
    display:            block;
    margin:             0px 8px 0px 220px;
    bug-border:         1px solid red;
}

div.download {
    display:            block;
    float:              left;
    margin:             8px 8px 8px 8px;
    font:               normal 11px Verdana, Arial, Helvetica, sans-serif;
    text-align:         center;
    bug-border:         1px solid red;
}

p.download {
    float:              left;
    margin:             10px 0px 10px 10px;
    padding:            20px 8px 8px 8px;
    height:             70px;
    clear:              none;
    background:         #EEF9FF;
}

div.download img {
    display:            block;
    border:             0px;
}



