/* Kat Strat CSS */

A:link                  { color: #004680; text-decoration: none }
A:visited               { color: #004680; text-decoration: none }
A:hover                 { color: #01A5D5; text-decoration: underline }

/* top nav links */
.nav_container          { font-family: 'Arial'; font-size: 16px; color: #000000; font-weight: normal; text-decoration: none; margin: 5px 0px 5px 8px }
.nav                    { font-family: 'Arial'; font-size: 24px; color: #000000; font-weight: normal; text-decoration: none }
A.nav:link              { font-family: 'Arial'; font-size: 24px; color: #000000; font-weight: normal; text-decoration: none }
A.nav:visited           { font-family: 'Arial'; font-size: 24px; color: #000000; font-weight: normal; text-decoration: none }
A.nav:hover             { font-family: 'Arial'; font-size: 24px; color: #01A5D5; font-weight: normal; text-decoration: none }

/* body text & misc */  /* ORDER OF ELEMENTS:: T R B L */
.body_title             { font-family: 'Arial'; font-size: 26px; color: #000000; font-weight: normal; margin: 25px 18px 5px 18px }
.body_text              { font-family: 'Arial'; font-size: 18px; color: #000000; font-weight: normal; margin: 15px 18px 15px 18px }
.body_text_larger       { font-family: 'Arial'; font-size: 22px; color: #000000; font-weight: normal; margin: 15px 18px 15px 18px }
.footer_text            { font-family: 'Arial'; font-size: 12px; color: #E7E7E7; font-weight: normal; margin: 15px 18px 15px 18px }

.body_table_text        { font-family: 'Arial'; font-size: 16px; color: #000000; font-weight: normal; margin: 10px 10px 10px 18px }
.pic_table              { margin: 0px 15px 0px 20px }
.pic_table_text         { font-family: 'Arial'; font-size: 16px; color: #000000; font-weight: normal; 10px 10px 10px 10px }

/* bottom nav links */
.nav_bottom             { font-family: 'Arial'; font-size: 11px; color: #E7E7E7; font-weight: normal; text-decoration: none }
A.nav_bottom:link       { font-family: 'Arial'; font-size: 11px; color: #E7E7E7; font-weight: normal; text-decoration: none }
A.nav_bottom:visited    { font-family: 'Arial'; font-size: 11px; color: #E7E7E7; font-weight: normal; text-decoration: none }
A.nav_bottom:hover      { font-family: 'Arial'; font-size: 11px; color: #01A5D5; font-weight: normal; text-decoration: none }

/* pdc link */
.pdc                    { font-family: 'Arial'; font-size: 10px; color: #B1B1B1; font-weight: normal; text-decoration: none }
A.pdc:link              { font-family: 'Arial'; font-size: 10px; color: #B1B1B1; font-weight: normal; text-decoration: none }
A.pdc:visited           { font-family: 'Arial'; font-size: 10px; color: #B1B1B1; font-weight: normal; text-decoration: none }
A.pdc:hover             { font-family: 'Arial'; font-size: 10px; color: #B1B1B1; font-weight: normal; text-decoration: underline }


