body
{  margin:0px;
  padding:0px;
  background:#D1D2D6;
}

table
{
  padding:0px;
  margin:0px;
  border-collapse:collapse;
  border-spacing:0px;
}

td
{
  padding:0px;
  margin:0px;
  font-family:arial,tahoma;
  font-size:12px;
  color:#3D3D3F;
}

input, select, textarea
{
  font-family:arial,tahoma;
  font-size:12px;
  color:#3D3D3F;
}

form
{
  margin:0px;
}

a
{
  color:#263A70;
}
a:hover
{
  color:#AD5C0D;
  text-decoration:none;
}

a.menu
{  font-weight:bold;
  font-size:12px;
  text-decoration:none;
  color:#263A70;
  padding-left:10px;
}
a.menu:hover
{
  font-weight:bold;
  font-size:12px;
  text-decoration:none;
  color:#AD5C0D;
  background:url(images/arrow.gif) left 50% no-repeat;
  padding-left:10px;
}
a.menu-curr
{
  font-weight:bold;
  font-size:12px;
  text-decoration:none;
  color:#AD5C0D;
  background:url(images/arrow.gif) left 50% no-repeat;
  padding-left:10px;
}
a.menu-curr:hover
{
  font-weight:bold;
  font-size:12px;
  text-decoration:none;
  color:#AD5C0D;
  background:url(images/arrow.gif) left 50% no-repeat;
  padding-left:10px;
}

table.maintable
{  width:100%;
  background:url(images/botbg.jpg) left bottom repeat-x #D1D2D6;
}
table.inmaintable
{
  width:100%;
  background:url(images/topbg.jpg) left top repeat-x;
}
table.inmaintable td
{
  vertical-align:top;
}
table.contenttab
{  width:900px;
}

table.contenttab td.top
{
  height:240px;
  vertical-align:top;
}
table.contenttab td.main
{
  height:311px;
  vertical-align:top;
}

table.mainbody
{  height:311px;
  width:100%;
}
table.mainbody td.right
{
  width:312px;
}
table.mainbody td.content
{
  padding: 0 10px 0 15px;
  width: 800px;
  background:url(images/shadow.jpg) left bottom no-repeat;
}
table.mainbody td.content div.content
{
  height:311px;
  overflow:auto;
}
table.mainbody td.content div span.title
{
  font-weight:bold;
  color:#263A70;
}

table.menu
{  width:90%;
  margin-top:50px;
}


