body
{
  margin:           0px;
  background-color: #ededed;
}

a.topnav:link 
{ 
  color:            #ffffff;
  text-decoration:  none;
  font:             bold 0.75em Arial;
}

a.topnav:visited 
{ 
  color:            #ffffff;
  text-decoration:  none;
  font:             bold 0.75em Arial;
}

a.topnav:hover 
{ 
  color:            #ff0000;
  text-decoration:  none;
  font:             bold 0.75em Arial;
}

a:link, a:visited 
{ 
  color:            #0000ff;
  text-decoration:  underline;
}

a:hover 
{ 
  color:            #ff0000;
  text-decoration:  underline;
}

table.container
{
  width:            800px; 
  height:           100%;
}



.content
{
  color:            #333333;
  font:             normal 0.8em sans-serif;
}

.content-red
{
  color:            #800000;
  font:             normal 0.8em sans-serif;
}

.heading
{
  color:            #d32326;
  font:             bold 1.0em sans-serif;
}

.heading-black
{
  color:            #333333;
  font:             bold 1.0em sans-serif;
}

.nounderline
{
  text-decoration:  none;
}

.bannerpad
{
  padding-top:      5px;
  padding-bottom:   5px;
}

.pointer
{
  cursor: pointer;
}

.normal
{
  cursor: normal;
}

.rightborder
{
  border-right: solid 1px #666666;
}

.leftborder
{
  border-left: solid 1px #666666;
}

.topbottomborder
{
  border-top: solid 1px #666666;
  border-bottom: solid 1px #666666;
}

.toprightborder
{
  border-top: solid 1px #666666;
  border-right: solid 1px #666666;
}