div.xhtml
{
  position: absolute;
  top: 100px;
  left: 3000px;
  width: 150px;
}
div.logo
{
  position: relative;
  top: 20px;
  left: 50px;
  width: 750px;
}

img { border: 0; }

div.top
{
  position: relative;
  top: 25px;
  left: 50px;
}
table.navi tr td p,a
{
  font-family: verdana;
  font-size: 10px;
  color: #990000;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

table.content tr td p
{
  font-family: verdana;
  font-size: 11px;
  color: #555555;
  text-align: justify;
}

table.content tr td p.topic
{
  font-family: verdana;
  font-size: 16px;
  color: #990000;
}
tr.foot
{
  background-color: #CC0000;
}
tr.foot td
{
  padding: 3px;
}
tr.foot td p
{
  font-family: verdana;
  font-size: 10px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}
tr.foot td p a
{
  font-family: verdana;
  font-size: 10px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}

td.normal
{
	background-color: #FFFFFF;
}
td.hover
{
	background-color: #DDDDDD;
}


