/* MAG Editorial
   www.mageditorial.com
   CSS Stylesheet 

   Last Modified 10-14-03 (DLG)
*/

/* Menu Links */
 
a.none:link {
 text-decoration: none; 
 }

a.none:active {
 text-decoration: none; 
 }

a.none:visited {
 text-decoration: none; 
 }

a.none:hover {
 border-top: none; 
 border-bottom: none; 
 text-decoration: none; 
 }

/* Normal Site Links */

a:link {
 text-decoration: none; 
 color: #811D03
 }

a:active {
 text-decoration: line-through; 
 color: #811D03
 }

a:visited {
 text-decoration: none; 
 color: #811D03
 }

a:hover {
 text-decoration: none; 
 border-top: 1px dashed #811D03; 
 border-bottom: 1px dashed #811D03; 
 color: #811D03;
 background: #EEEEEE
 }

body, td, p, li{ 
 font-family: Times New Roman, Times, serif; 
 font-size: 14px; 
 margin-top: 5px;
 margin-bottom: 15px;
 margin-left: 25px;
 margin-right: 75px;
 text-align: justify;
 color: black
 }

h1, h2, h3, h4, h5 { 
 font-family: Times New Roman, Times, serif; 
 color: #336666
 }

.headline { 
 font-family: Times New Roman, Times, serif; 
 font-style: normal;
 font-weight: bold;
 font-size: 24px;
 margin-bottom: 0px;
 color: #811D03
 }

.subhead { 
 font-family: Times New Roman, Times, serif; 
 font-style: italic;
 font-size: 14px;
 margin-top: 0px;
 color: #811D03
 }
               
.smalltext { 
 font-family: Times New Roman, Times, serif; 
 text-align: justify;
 font-size: 12px; 
 color: black
        }

.red {
 color: #811D03;
 }
 
.footer {
 font-family: Times New Roman, Times, serif; 
 margin-top: 3px;
 margin-bottom: 3px;
 margin-left: 0px;
 margin-right: 0px;
 font-size: 11px; 
 text-align: center;
 color: black
 }

.footersmall {
 font-family: Times New Roman, Times, serif; 
 margin-top: 3px;
 margin-bottom: 10px;
 margin-left: 0px;
 margin-right: 0px;
 font-size: 9px; 
 text-align: center; 
 color: black
 
 
