body
{
  color: #000000;
  background-color:#000000;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

A
{
  color:#FFFFFF;
  text-decoration: none;
  font-weight:bold;
  
}

A:Hover
{
  /*background: yellow; */
  color:#FFFFFF;
  text-decoration: underline;
  font-weight:bold;

}

#menu
{

  cursor: pointer;
}

h1
{
  font: 26pt "Verdana";
  font-weight: bold;
  color: #000000;
  margin: 10px auto 0px 0px;/*top, right, bottom, left*/
}

h2
{
  margin: 0px auto 0px 0px;/*top, right, bottom, left*/
  background:#FFFFFF;
  margin:0px 10px 0px -20px;
}

h3
{
  background:#94B4E4;
  margin:5px 10px 0px -10px;
}

a.footer
{
  font-size: 10px;
  
}

A.footer:HOVER
{
	color: #000000;
	text-decoration: none;
	background: none;
}

.footer
{
  font-size: 10px;

}

.footer_box 
{
  border-color: #000000;
  border-width: 1px;
  border-style: dashed none none none;
  text-align: left;
  width: 600px;
}

.item_bg_top
{
    background: white url('images/top_center.jpg') repeat-x;
}

.item_bg_bottom
{
    background: white url('images/bottom_center.jpg') repeat-x;
}

#header {
background-image:url(images/header.jpg);
background-color:#fff;
width:1647px;
height:100px;
}