td, .text {
    font-family: times new roman, serif;
    font-size: 20px;
    font-weight: 500;
    color:  #15317E;
    }
.medtext {
    font-family: times new roman, serif;
    font-size: 18px;
    font-weight: 500;
    color: #15317E;
    }
a.medtextlink {
    font-family: times new roman, serif;
    font-size: 18px;
    font-weight: 500;
    color: #15317E;
    }
a.medtextlink:hover {
    font-family: times new roman, serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration=none;
    color: white;
    background: #428CD0;
    }
.smalltext {
    font-family: book antiqua, times new roman, serif;
    font-size: 14px;
    font-weight: 500;
    color: #15317E;
    }
.smallblue {
    font-family: verdana, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: blue;
    }
.hilite {
    font-family: verdana,sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #F52887;
    }
.menu1 {
    font-family: verdana, sans-serif;
    font-size: 12px;
    font-weight: 700;
    background: #E8EFFE;
    color: #B19F9F;
    cursor: pointer;
    }
.menu2 {
    font-family: verdana, sans-serif;
    font-size: 12px;
    font-weight: 700;
    background: #E8129A;
    color: 	#FFFC17; 
    }
.bigtext {
    font-family: verdana, arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #05051F;
    text-decoration=none;
    }
.mediumtext {
    font-family: verdana, arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #05051F;
    text-decoration=none;
    }
.bigred {
    font-family: verdana, arial, sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: red;
    }
ul {
    font-family: times new roman, serif;
    font-size: 15px;
    color: #374163;
    font-weight: 500;
    }

/*------------------ site list links  ---------------*/  
a.site {
    text-decoration: none;
    color: #EFFBFB;    
    }

/*------------------ site list hover  ---------------*/  
a.site:hover {
    text-decoration: none;
    font-weight: bold;
    color: white;
    background: #7AAFF8;   
    }                  
             
/*------------------ table border definition  ---------------*/  
table.brdr {                                                     
  border-left-width: 1px;                                        
  border-top-width: 1px;                                         
  border-right-width: 0px;                                       
  border-bottom-width: 0px;                                      
  border-style: solid;                                           
  border-color: #A5BAEB;                                         
  }  
                                                            
/*------------------ cell border definition ------------------*/ 
td.brdr {                                                        
  border-left-width: 0px;                                        
  border-top-width: 0px;                                         
  border-right-width: 1px;                                       
  border-bottom-width: 1px;                                      
  border-style: solid;                                           
  border-color: #A5BAEB;                                         
  font-family: georgia, bold;                            
  font-size: 16px;        
  color: #000000;                                       
  }                                                              

