.errormsg { color: red; font-weight: bold }
.successmsg { color: green }
body {margin: 0 }
input { font-weight: normal; font-size: 10pt; font-family: "Courier New" }
p { font-weight: normal; font-size: 10pt; font-family: "Courier New" }
select { font-size: 9pt; font-family: "Courier New" }
td { font-weight: normal; font-size: 10pt; font-family: "Courier New" }

A.orange    { color:#FFB020;
              font-weight:bold; 
              text-decoration:none;
            }

A.bigorange { color:#FFB020;
              font-size:12pt; 
              font-weight:bold; 
              text-decoration:none;
            }

A.blue      { color:#0080E0;
              font-weight:bold; 
              text-decoration:none;
            }

A.bigblue   { color:#0080E0;
              font-size:12pt;
              font-weight:bold; 
              text-decoration:none;
            }

A.red       { color:#F23333;
              font-weight:bold; 
              text-decoration:none;
            }

A.bigred    { color:#F23333;
              font-size:12pt;
              font-weight:bold; 
              text-decoration:none;
            }

SPAN.hint   { font-weight:bold; }
SPAN.err    { font-weight:bold; color:red; }


TD.hintIcon { text-align:center; width:20; }
TD.hintText { font-family: Verdana; 
              font-size: 8pt; 
              padding-top: 20pt;
              vertical-align: top;
            }
a { color: #0080e0; font-weight: bolder; font-family: "Courier New"; text-decoration: none }
a:hover { color: #696969; font-weight: bolder; font-family: "Courier New"; text-decoration: none }
