/*
*
{
  border-style:solid;
  border-width:1px;
  border-color:#FF0000;

  }
 */ 

*
{
  margin:0px;
  padding:0px;
}

body
{ 
  background-color:#FFFFFF;
  color:#000000;
  width:936px;
  margin:0px;
  padding-top:40px;
  padding-bottom:40px;
  padding-left:34px;
  padding-right:34px;
}

a
{
  color:#000000;
}

img
{
  border-style:none;
}

div.logo img
{
  position:absolute;
  left:816px;
  top:26px;
}

div.main img.title
{
  margin-bottom:12px;
}

div.main p+img.title
{
  margin-top:48px;
}

/* workaround */
div.left img
{
  margin-bottom:6px;
}


div.nav1
{
  position:absolute;
  left:32px;
  top:38px;
}


div.nav1 a
{
  font-family:monospace;
  font-size:14px;
  margin-right:22px;
}

div.nav1 a.std
{
  text-decoration:none;
}

div.nav1 a.act
{
  text-decoration:underline;
}

/* for use in text mode
div.nav2 a:hover
{
  text-decoration:underline;
}
*/

div.nav2
{
  position:absolute;
  left:32px;
  top:70px;
}

div.note
{
  position:absolute;
  left:32px;
  top:100px;
}

div.nav2 a
{
  font-family:serif;
  font-style:italic;
  font-size:14px;
  margin-right:12px;
}

div.nav2 a.std
{
  text-decoration:none;
}

div.nav2 a.act
{
  text-decoration:underline;
}

/* for use in text mode
div.nav2 a:hover
{
  text-decoration:underline;
}
*/



div.left
{
  width:448px;
  position:absolute;
  top:180px;
  left:34px;
}

div.right
{
  width:448px;
  position:absolute;
  top:180px;
  left:518px;
}



h1
{
  font-family:serif;
  font-weight:normal;
  font-style:italic;
  font-size:26px;
  text-transform:uppercase;
  margin-bottom:8px;
}

h2
{
  font-family:monospace;
  font-size:12px;
  font-weight:bold;
  line-height:18px;
  margin-bottom:18px;
}

h3
{
  font-family:monospace;
  font-weight:normal;
  font-size:14px;
  margin-bottom:8px;
}

h5
{
  font-family:serif;
  font-weight:normal;
  font-style:italic;
  font-size:14px;
  margin-bottom:12px;
}

h6
{
  font-family:monospace;
  font-weight:normal;
  text-decoration:underline;
  font-size:12px;
  line-height:18px;
  margin-bottom:18px;
}

p
{
  font-family:monospace;
  font-size:12px;
  line-height:18px;
  margin-bottom:18px;
}

p.small
{
  font-size:11px;
  line-height:16px;
  margin-bottom:18px;
}


p.list
{
  font-size:12px;
  line-height:18px;
  margin:0px;
  padding-top:6px;
  padding-bottom:6px;
  border-top-style:solid;
  border-top-width:1px;
  border-top-color:#000000;
}