body  /* Sets background color. */ { background-color: #fff; background-position: center 0; }
td  /* Sets font family for table text. */ { font-family: Helvetica, Arial, SunSans-Regular, sans-serif; }
p  /* Sets font family & color for non-table text. */ { color: #963; font-family: Helvetica, Arial, SunSans-Regular, sans-serif; }
.footer_home  /* Sets font size, weight, line height for footer. */ { font-size: 10px; font-style: normal; line-height: 12px; }
ul  /* Sets color, size, alignment, margins for Menu. */ { color: #963; font-size: 16px; line-height: 23px; text-align: right; margin: 0; padding: 0; list-style-type: none; display: block; }
a { color: #630; font-weight: bold; text-decoration: none; }
a:link  /* Sets Menu Link color. */ { color: #963; font-weight: bold; text-decoration: none; }
a:hover  /* Sets Menu Link Hover properties. */ { color: #630; font-weight: bold; }
a:active  /* Sets Menu Link Active Properties */ { color: #630; font-weight: bold; }
a:visited  /* Sets Menu Link Visited properties. */ { color: #963; font-weight: bold; text-decoration: none; }
.reversetype  /* Image heading color, font styles, background color, alignment and cell padding. */ { color: #fff; font-size: 13px; font-weight: normal; background-color: #300; text-decoration: none; text-align: right; padding-right: 2px; padding-left: 2px; }
.reversetype a  /* Linked heading normal state. */ { color: #fff; font-size: 13px; font-weight: normal; text-decoration: none; background-color: #300; text-align: right; padding-right: 2px; padding-left: 2px; }
.reversetype a:hover  /* Change color for linked heading hover state. */ { color: #fc0; }
