.ma_content h1, h2 {
   font-family:    Arial, Helvetica, sans-serif;
   color:          #1265C3;   /* Orange */
   font-size:      16px;
   font-weight:    bold;
}

.ma_content h3 {
   color:          #1265C3;   /* Orange */
   font-size:      14px;
   font-weight:    bold;
   margin-bottom:  1px;
}

.ma_content p, ul, li {
   color:          #000;
   font-size:      12px;
}

.ma_form_table {
    font-family:   Arial, Helvetica, sans-serif;
    color:         #ffffff;
    font-size:     12px;
    background:    #000000;     /* lines due to cellspacing */
    border-bottom: 1px solid #1265C3;
    border-top:    1px solid #1265C3;
    border-left:   1px solid #1265C3;
    border-right:  1px solid #1265C3;
}

.ma_news_comps_table {
   font-family:   Arial, Helvetica, sans-serif;
   width:         100%;
   color:         #ffffff;
   font-size:     12px;
   /*background:    #000000;  */   /* lines due to cellspacing */
 /*  border-bottom: 1px solid #1265C3;
   border-top:    1px solid #1265C3;
   border-left:   1px solid #1265C3;
   border-right:  1px solid #1265C3;*/
}

.ma_form_heading {
   color:       #ffffff;
   font-size:   14px;
   font-weight: bold;
   background:  #1265C3;
}

.ma_form_h3 {
   color:       #ffffff;
   font-size:   14px;
   font-weight: bold;
}

.ma_form_footer {
   font-size:   12px;
   font-weight: bold;
   background:  #A8BEDA;
}

.ma_form_body {
   font-family:   Arial, Helvetica, sans-serif;
   color:         #000000;
   font-size:     12px;
   font-weight:   bold;
   padding-left:  3px;
   padding-right: 3px;
   background:    #C9DEF5;
}

.ma_news_comps_body {
   font-family:   Arial, Helvetica, sans-serif;
   color:         #000000;
   font-size:     12px;
   font-weight:   normal;
   padding-left:  3px;
   padding-right: 3px;
   /*background:    #C9DEF5;*/
}

.ma_form_shaded {
   font-family:   Arial, Helvetica, sans-serif;
   color:         #ffffff;
   font-size:     12px;
   font-weight:   bold;
   padding-left:  3px;
   padding-right: 3px;
   background:    #5F9ADC;
}

.ma_content a:link    { color: #1265C3; text-decoration: none; }
.ma_content a:visited { color: #1265C3; text-decoration: none; }
.ma_content a:active  { color: #1265C3; text-decoration: none; }
.ma_content a:hover   { color: #1265C3; text-decoration: underline; }
 
.ma_form_body a:link    { color: #1265C3; text-decoration: none; }
.ma_form_body a:visited { color: #1265C3; text-decoration: none; }
.ma_form_body a:active  { color: #1265C3; text-decoration: none; }
.ma_form_body a:hover   { color: #1265C3; text-decoration: underline; }


