body
{
  color: #000000;
  font-family: Verdana, sans-serif;
  font-size: 10pt;
}

A
{
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

A:Hover
{
  /*background: yellow; */
  text-decoration: underline;
}

#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 5px;/*top, right, bottom, left*/
}

a.footer
{
  font-size: 10px;
  color: #9F9F9F;
}

A.footer:HOVER
{
	color: #000000;
	text-decoration: none;
	background: none;
}

.footer
{
  font-size: 10px;
  color: #9F9F9F;
}

.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;
}