/*membership, travel, home etc.
color-purple, bg white*/

* {
   font-family: Times New Roman, serif;
   font-size: 14px;
   line-height: 16px;
}
 a:link { color: #03648f;}
 a:visited { color: #03648f;}
 a:hover { color: #188ab7;}


span.col1address {
     font-size: 16px; 
     line-height: 16px; 
     font-weight: bold;
}
span.col1address2 {
   text-align: justify;
}

/*links for white color for hover dark background*/
a.white {font-weight: bold; font-size: 12px;}
a.white:hover {color: white;}

/*links for footnote, lite color for dark background*/
a.footnote {color: #D7EAFF;}
a.footnote:hover {color: yellow;}
a.footnote:visited {color: #FFD5D5;}


div.footer {
     background: #5f4991; 
    line-height: 14px;  
     padding: 8px;
    width: 99%;
}
div.footer2 {
     background: #188ab7; 
    line-height: 14px;  
     padding: 8px;
    width: 99%;
	color:#000033;
}
span.footlinks {
    font-size: 16px;
}
span.footer {
        font-weight: normal; 
       color: white;
       font-size: 12px;
}
