A:link {color:blue;}
A:visited {color:blue;}
A:active {color:green;}
A:hover {color:#FF0000; text-decoration:none;}

A.a:link {color:black; text-decoration:none;}
A.a:visited {color:black; text-decoration:none;}
A.a:active {color:green;}
A.a:hover {color:#FF0000; text-decoration:none;}

H1,H2,H3,H4,H5,H6 {
   font-family:Arial,Helvetica;
   font-weight:bold;
   color:#666;
   margin-top:0px;
   margin-bottom:6px
   }

BODY {
   background-color: #DDD;
   color: #000;
   margin: 0px 0px 0px 0px;
   }

BODY.MainPage, BODY.MainPage TD, BODY.MainPage TH, BODY.MainPage LI, BODY.MainPage DL, BODY.MainPage DT, BODY.MainPage DD {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   }

.MerchantPage {
   background: #FFFFF0;
   color: #000;
   margin: 0px 0px 0px 0px;
   }

BODY.MerchantPage, BODY.MerchantPage TD, BODY.MerchantPage TH, BODY.MerchantPage LI, BODY.MerchantPage DL, BODY.MerchantPage DT, BODY.MerchantPage DD {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   }

BODY.PopUp, BODY.PopUp LI, BODY.PopUp DL {
   background: #F8F8F8;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   margin:2px 2px 0px 2px;
   }

BODY.PopUp TD, BODY.PopUp TH, {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   }

INPUT {
   color:#003366;
   font:bold 9pt MS Sans Serif;
   background-color:#EEE
   }
INPUT.radio1 {
   color:#003366;
   font:bold 9pt MS Sans Serif;
   background-color:#FFF
   }
INPUT.submit1 {
   color:#333;
   font:bold 9pt MS Sans Serif;
   background-color:#EEE;
   border:1pt solid #999;
   padding:0px 0px 0px 0px;
   }
SELECT {
   color:#003366;
   font:bold 9pt MS Sans Serif;
   background-color:#EEE
   }
TEXTAREA {
   color:#003366;
   font:bold 9pt MS Sans Serif;
   background-color:#EEE
   }

FORM {
   margin:0px 0px 6px 0px;
   }


/* REF: http://www.w3.org/Style/Examples/007/ */
div.banner {
   margin: 0;
   font-size: 10px;
   font-weight: normal;
   line-height: 16px;
   text-align: center;
   }
div.banner p {
   margin: 0;
   padding: 2px 0px 2px 0px;
   font-family: Verdana, Arial, Sans-serif;
   background: #DDD;
   color: black;
   }

div.banner a {
   display: block;
   margin: 0px 5px 0px 5px;
   border: 1px solid;
   border-color: #F0F0F0 #111 #111 #F0F0F0;
   }

div.banner a:link    { text-decoration: none; color: black }
div.banner a:visited { text-decoration: none; color: black }
div.banner a:hover   { background: #F00;      color: yellow}  /* 69C */

