body      { background-color:#FFFFFF; text-decoration:none; font-family:Arial; color:#000000; }

/* Basic Font Size */
.font12   { font-size:12pt; }
.font10   { font-size:10pt; }
.font9    { font-size:9pt; }
.font8    { font-size:8pt; }
.wnfont    { font-size:8pt; color:#37465F; font-weight:bold}

/* Top Header */
.topheader   {color: #FFFFFF; background-color: #37465F; font-size:8pt; font-weight:bold}
a:link.topheader, a:visited.topheader, a:active.topheader {color:#ffffff; text-decoration:none;}
a:hover.topheader {color:#ffffff; text-decoration:underline;}

/* Bottom Foot */
.bottom   {color: #37465F; background-color: #e5e5e5; font-size:8pt;}
a:link.bottom, a:visited.bottom, a:active.bottom {color:#37465F; text-decoration:none;}
a:hover.bottom {color:#37465F; text-decoration:underline;}

/* Coming Soon */
.coming   {color: #006699; background-color: #cccccc; font-size:8pt;}
a:link.coming, a:visited.coming, a:active.coming {color:#006699; text-decoration:none;}
a:hover.coming {color:#DD6900; text-decoration:underline;}

/* News Foot */
.news   {color: #666666; background-color: #eeeeee; font-size:8pt;}
a:link.news, a:visited.news, a:active.news {color:#C80000; text-decoration:none;}
a:hover.news {color:#C80000; text-decoration:underline;}

/* Special Foot */
a:link.special, a:visited.special, a:active.special {color:#FF0000; text-decoration:none;}
a:hover.special {color:#FF0000; text-decoration:underline;}

/* WhatsNew Foot */
.whatsnew   {color: #666666; background-color: #eeeeee; font-size:8pt; line-height:150%}
a:link.whatsnew, a:visited.whatsnew, a:active.whatsnew {color:#DD6600; text-decoration:none}
a:hover.whatsnew {color:#DD6600; text-decoration:underline;}


/* WhatsNew Foot */
.highlight   {color: #DD6600; background-color: #dddddd; font-size:8pt; line-height:150%}
a:link.highlight, a:visited.highlight, a:active.highlight {color:#DD6600; text-decoration:none}
a:hover.highlight {color:#DD6600; text-decoration:underline;}


/* Brand Foot */
.brand   {color: #37465F; background-color: #ffffff; font-size:10pt;}
a:link.brand, a:visited.brand, a:active.brand {color:#37465F; text-decoration:none;}
a:hover.brand {color:#37465F; text-decoration:underline;}

/* Basic Link */
a:link    { color:#DD6900; text-decoration:none; font-family:Arial }
a:visited { color:#DD6900; text-decoration:none; font-family:Arial; }
a:active  { color:#DD6900; text-decoration:none; font-family:Arial; }
a:hover   { color:#DD6900; text-decoration:underline; font-family:Arial; }

input, select, textarea 
              {
                font-family: Arial; 
                font-size: 8pt; 
                letter-spacing: 1;
                padding: 1; 
                border-top-width: 1px;
                border-left-width: 1px;
                border-right-width: 1px;
                border-bottom-width: 1px;
                background-position: left top;
                background-image: url('input-box-shadow.gif');
                background-repeat: no-repeat;
              }