/* CSS Document */
html {overflow: -moz-scrollbars-vertical;
      overflow: scroll;}
     
body {text-align: center;
      background-color: #FFFFFF;
      font-family: arial;
      font-size: 11pt;
      width: 800px;
      margin-left: auto;
      margin-right: auto;}
      
img {border: 0px;}

ul #special {}

.highlight {font-weight: bold;
            color: red;}
      
div.page_header {font-size: 18pt;
                 font-family: arial;
                 font-weight: bold;
                 text-align: center;}
                 
.sub_header {font-size: 14pt;
                font-family: arial;
                font-weight: bold;
                color: #21577d;}

table.menubroad {border-style: solid;
            border-width: medium;
            border-color: #0681F4;
            text-align: center;
            font-size: 12pt;}

.data {border-style: solid;
       border-width: 1px;
       border-color: #CDCDCD;}
       
.small {font-size: 10pt;
        cursor: pointer;}
        
.bold {font-weight: bold;}

td.menu {background-color: #0681F4;}
             
#home2 {display: block;
        width: 100%;
        height: 100%;
        color: #000000;}

#sermons2 {display: block;
           width: 100%;
           height: 100%;
           color: #000000;}
            
#events2 {display: block;
          width: 100%;
          height: 100%;
          color: #000000;}
           
#contacts2 {display: block;
            width: 100%;
            height: 100%;
            color: #000000}

a:link {color: #0681F4;
        text-decoration: none;
        font-weight: bold;}
        
a:visited {color: #0681F4;
           text-decoration: none;
           font-weight: bold;}

a:hover {color: #787878;
         text-decoration: none;
         font-weight: bold;}

a:active {color: #0681F4;
          text-decoration: none;
          font-weight: bold;}

