/* OYF MB CSS */

A:link                  { color: #79A12F; text-decoration: none }
A:visited               { color: #79A12F; text-decoration: none }
A:hover                 { color: #79A12F; text-decoration: underline }

/* top nav links */
.nav                    { position: absolute; left: -1px; top: -1px; font-family: 'Tahoma'; font-size: 12; color: #FFFFBF; font-weight: bold; text-decoration: none }
.navshadow              { position: relative; left:  1px; top:  1px; font-family: 'Tahoma'; font-size: 12; color: #474747; font-weight: bold; text-decoration: none }
A.nav:link              { position: absolute; left: -1px; top: -1px; font-family: 'Tahoma'; font-size: 12; color: #FFFFBF; font-weight: bold; text-decoration: none }
A.nav:visited           { position: absolute; left: -1px; top: -1px; font-family: 'Tahoma'; font-size: 12; color: #FFFFBF; font-weight: bold; text-decoration: none }
A.nav:hover             { position: absolute; left: -1px; top: -1px; font-family: 'Tahoma'; font-size: 12; color: #FFFF00; font-weight: bold; text-decoration: none }

/* footer nav links */
.footer                 { font-family: 'Arial'; font-size: 12; color: #ffffff; font-weight: normal; margin: 0px 25px 0px 25px }
.nav_footer             { font-family: 'Arial'; font-size: 12; color: #ffffff; font-weight: normal; text-decoration: none }
A.nav_footer:link       { font-family: 'Arial'; font-size: 12; color: #ffffff; font-weight: normal; text-decoration: none }
A.nav_footer:visited    { font-family: 'Arial'; font-size: 12; color: #ffffff; font-weight: normal; text-decoration: none }
A.nav_footer:hover      { font-family: 'Arial'; font-size: 12; color: #ffffff; font-weight: normal; text-decoration: underline }

/* body text */  /* ORDER OF ELEMENTS:: T R B L */
.body_cell              { padding: 0px 27px 0px 27px }
.text                   { font-family: 'Tahoma'; font-size: 16; color: #3f3f3f; font-weight: normal; margin: 5px 0px 10px 0px }
.text_smaller           { font-family: 'Tahoma'; font-size: 12; color: #3f3f3f; font-weight: normal; margin: 5px 0px 10px 0px }
.text_bigger            { font-family: 'Tahoma'; font-size: 20; color: #3f3f3f; font-weight: normal; margin: 5px 0px 10px 0px }
.title                  { font-family: 'Tahoma'; font-size: 16; color: #3f3f3f; font-weight: bold;   margin: 5px 0px 10px 0px }
.blockqt                { margin: 0px 0px 0px 35px }

/* images */
.image_table            { margin: 0px 0px 0px 5px }

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

