/* Buttons */
.roll {
       background-color: FA7603;
       border-style:solid;
      }
.over {
       background-image: white;
       border-color:white;
       border-style:solid;
      }

/* Body */
body.bdimgl {background-image: none;
             background-repeat:no-repeat;
             background-position:center;
            }

body.bdimgr {background-image: none;
             background-repeat:no-repeat; 
             background-position:center;
            }

tr.buttons {text-align:center;
           }
           
td.title {
         font-size:17;
         font-family:Calibri;
         color:FA7603; /* orange */
         font-weight:bold;
         }
           
td.data {font-size:15;
         /*font-family:Verdana;*/
         font-family:Calibri;
         text-align:left; 
         vertical-align:top;
         color:#03013A /* dark bllue */
        }

td.datacenter {font-size:15;
         /*font-family:Verdana;*/
         font-family:Calibri;
         text-align:center; 
         vertical-align:top;
         color:#03013A /* dark bllue */
        }
        
td.heading {font-size:10;
            font-family:Calibri;
            font-weight:bold;
            text-align:left; 
            vertical-align:top
           }

td.address {font-size:11;
            font-family:Calibri;
            font-weight:bold;
            text-align:center;
            color:black;
           }

td.statement {font-size:21;
              font-family:Calibri;
              text-align:center;
              font-style:italic;
              color:white;
              background-color:FA7603;
              height:200;
              width:100%
           }

td.imgalign {text-align:right;
             vertical-align:top
            }

td.adlogo {background-color:white;
           border-style:none;
          }

td.messages {color:white;
             font-size:12;
             font-family:Calibri;
             width:100%
         }
         
td.tdbuttons {border-color:white; border-style:solid
             }


/* Tables */
table.width {width:100%;
            }

table.lower {width:100%;
             text-decoration:none;
             background-color:FA7603
            }

/* Links */
a.adlink {text-decoration:underline;
          color:#03013A; /* dark bllue */
          font-size:15;
          font-family:Calibri
         }

a.link {text-decoration:underline;
        font-family:Calibri
       }

a.route {text-align:center;
         color:#03013A;
         font-family:Calibri;
         font-size:14;
         text-decoration:none;
         }

a.easter {color:#03013A;
         font-family:Calibri;
         font-size:15;
         text-decoration:none;
        }

/* paragraphs */
p      {
        color:red;
       }

hr {
   border: 0;
   background-color:FA7603;
   height: 2px;
   }