body { color: #333333; background-color: #336699; font-family: arial, sans-serif; font-size: 12pt; text-align: left; margin: 0px; }

/* Small Regular Text */
.smalltext { font-family: arial, sans-serif; font-size: 10pt; font-weight: bold; }

/* Tiny Regular Text */
.tinytext { font-family: arial, sans-serif; font-size: 8pt; font-weight: bold; }

/* Default Links */
A { font-family: arial, sans-serif; }
A:link { color: #336699; text-decoration: underline; }
A:visited { color: #336699; text-decoration: underline; }
A:hover { color: #666666; text-decoration: underline; }
A:active { color: #336699; text-decoration: underline; }

/* Main Navigation Links */
.mainnav { font-family: arial, sans-serif; font-weight: bold; font-size: 10pt; }
.mainnav:link { color:#336699; text-decoration: none; }
.mainnav:visited { color: #336699; text-decoration: none }
.mainnav:hover { color: #666666; text-decoration: none; }
.mainnav:active { color: #336699; text-decoration: none; }

/* Tiny Navigation Links */
.tinynav { font-family: arial, sans-serif; font-weight: bold; font-size: 8pt; }
.tinynav:link { color:#666666; text-decoration: none; }
.tinynav:visited { color: #666666; text-decoration: none }
.tinynav:hover { color: #9B0000; text-decoration: none; }
.tinynav:active { color: #666666; text-decoration: none; }

/* Main Body Wrap Table */
.main-body-wrap { border: 0px; width: 980px; background-image: url('images/bg-body.png'); }

/* Content Wrap Table */
.content-wrap { border: 0px; width: 898px; }

/* Header Navigation Table */
.header-nav { border: 0px; width: 100%; }

/* Header Logo Slogan Table */
.header-logo { border: 0px; width: 100%; height: 120px; background-color: #000000; background-image: url('');  }

/* Middle Navigation Table */
.mid-nav { border: 0px; width: 858px; border-bottom: 1px solid #333333; }

/* Content Body Table */
.content-body { border: 0px; width: 100%; }

/* Content Footer Table */
.content-footer { border: 0px; width: 100%; border-top: 3px solid #333333; }

/* 50% Left Align Cell  */
.left-50 { text-align: left; width: 50%; }

/* 50% Right Align Cell  */
.right-50 { text-align: right; width: 50%; }