/* positions */
body, html {
  text-align: center;
  margin:0px auto 0px auto;
  background-color:#000000;
  font-family:Arial;
  font-size:12px;
  }

body, html {
  text-align: -moz-center;
  }
  
.style1 {font-family:Arial; font-size:12px;  color: #FFFFFF}
  
/* Fonts */
a.head        {color: black; font-weight:bold; text-decoration:none;}
a.head:hover {color: white; text-decoration:none;}
a.foot        {color: white; font-family:Arial; font-size:11px; text-decoration:none;}
a.foot:hover {color: black; font-family:Arial; font-size:11px; text-decoration:none;}
a.link        {color: blue; font-weight:bold; text-decoration:none;}
a.link:hover {color: white; text-decoration:none;}
a.email        {color: blue; text-decoration:none;}
a.email:hover {color: red; text-decoration:none;}
a.text01    {font-family:Arial; font-size:11px; color:#FFFFFF}
.menu         {background-color: #BBBB78; color: #A65300; text-decoration: none; font-family:Arial; font-size:11px;}
.submenu1 {background-color: #FFCC00; color: #A65300; text-decoration: none; font-family:Arial; font-size:11px;}
.header     {font-family:Arial; font-size:14px; color:black; font-weight: bold;}
.text00     {font-family:Arial; font-size:10px;}
.text01     {font-family:Arial; font-size:12px;}
.text01a   {font-family:Times New Roman, Times, serif; font-size:12px;}
.text02     {font-family:Arial; font-size:11px; color:black;}
.text02a   {font-family:Arial; font-size:11px; font-weight:bold; color:black;}
.text03     {font-family:Times New Roman, Times, serif; font-size:11px; font-weight:bold; color:white;}
.text04     {font-family:Arial; font-size:11px; color:white;}
.text05     {font-family:Times New Roman, Times, serif; font-size:12px; color:white;}
.text06     {font-family:Arial; font-size:13px; color:black;}


/*Main Menu*/
table.menu     {position: absolute; visibility: hidden; border-left:solid 1px black; border-right:solid 1px black; border-bottom:solid 1px black;}
td.menu        {background-color: #BBBB78;}
a.menu         {background-color: #BBBB78; color: #A65300; text-decoration: none; font-family:Arial; font-size:11px;}
a.menu:hover   {color: #A65300; text-decoration: underline; font-family:Arial; font-size:11px;}

/*Sub Menu*/
td.submenu        {background-color: #BBBB78;}
a.submenu         {background-color: #BBBB78; color: #A65300; text-decoration: none; font-family:Arial; font-size:11px;}
a.submenu:hover   {color: #A65300; text-decoration: underline; font-family:Arial; font-size:11px; font-weight:bold;}