
body
{
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   background: #CCCCCC;
   font-family: tahoma;
}


#footer_block
{
   width: 100%;
   height: 40px;
   background: #FFFFFF;
   text-align: center;
   /*border: solid 1px red; */
   margin-left: auto;
   margin-right: auto;

}

#footer_table
{
   width: 100%;
   height: 100%;
   /* background: yellow; */
   text-align: center;
   font-size: 10pt;
   margin-left: auto;
   margin-right: auto;

}


hr 
{
   color: red;
   height: 1px;
}


h1
{
   color: red;
   vertical-align: middle;
   margin-top: auto;
   margin-bottom: auto;
      
}

h2
{
   color:navy;
   vertical-align: middle;
   margin-top: auto;
   margin-bottom: auto;
      
}

h3
{
   width: 100%;
   background-color: navy;
   text-align: center;
   margin-top: auto;
   margin-bottom: auto;
   color:red;  

}

h4
{
   width: 100%;
   background-color: navy;
   text-align: center;
   margin-top: auto;
   margin-bottom: auto;
   color:red;  
    
}

h5
{
   width: 100%;
   background-color: yellow;
}

h6
{
   color: red;
}

#header_block
{
   width: 100%;
   height: 150px;
   background: #FFFFFF;
   text-align: center;
   vertical-align: middle;
   
   /* border: solid 1px red;   */  
}

#header_block_table
{
   width: 100%;
   background: #FFFFFF;
   text-align: center;
   vertical-align: middle;
   
   
   
}

#XXXinfo_bar
{
   font-size: 16pt;
   font-weight: bold;
   color: yellow;
   //width: 1000px;
   height: 24px;
   background: #FFFFFF;
   text-align: center;
   vertical-align: middle;
   /* border: solid 1px red; */  
}


#main_body_table
{
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   width: 800px;
   height: 100%;
   background: #FFFFFF;
   border-collapse:collapse;
   
}


.mid_center_banner_table
{
   border-collapse: collapse;
   margin-left: auto;
   margin-right: auto;
   text-align:center;
   width: 100%;
     
}


.XXmid_center_banner_table_cell
{
   padding-top: 10px;
   padding-bottom: 10px;
   margin-left: auto;
   margin-right: auto;
   text-align:center;
   width: 100%;
     
}


#mid_section_table
{
   border-collapse: collapse;
   height: 100%; 
   width: 100%;    

}



#navbar_block
{
   width: 800px;
   height: 36px;
   background: #FFFFFF;
   text-align: center;
   border: solid 1px red;

}

#navbar_table
{
   width: 100%;
   height: 60px;
   background: #FFFFFF;
   text-align: center;
   border-collapse: collapse;

}

.navbar_cell_table
{
  width: 100%;
  vertical-align: middle; 
  border-collapse: collapse;
  font-size: 12pt;
  font-weight: bold;
          
}


.navbar_cell
{
  vertical-align: middle; 
  border: solid 2px red;
  background-color: yellow;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  padding: 2px 2px 2px 2px;
          
}


td
{
  color: #000000;
}


#tourneylist_tablecell
{
   line-height:200%;   
   width: 100%;
   background: #FFFFFF;
   text-align: center;
   border-collapse: collapse;
   font-size: 10pt;
  

}



a:link
{
   color: red;
}
a:link:hover
{
   font-size:90%;
   font-weight:bold;
   color: green;
}


a:visited
{
   color: #AA00AA;
}

a.navbar_link
{
   text-decoration: none;
   color: red;

}

a.navbar_link:hover
{
   text-decoration: none;
   color: green;

}

ul
{  
   margin-right:8px;
   line-height: 1.5;
   list-style-type: square;
     
}

li
{
   font-size: 11pt;
   list-style-position: outside;
}






