.noscreen { display : none; }

body
{
  background-color : #f6bc3d;
  margin : 0px;
}

h1, .head1 { font-size : 14pt; font-weight : bold; }
h2, .head2 { font-size : 12pt; font-weight : bold; } 
h3, .head3 { font-size : 11pt; font-weight : bold; } 

.box
{
  width : 402px;
  background-color : #ffffff;
  border-bottom : 1px solid #000000;
  border-left : 1px solid #000000;
  border-right : 1px solid #000000;
}

.boxcopy
{
  width : 394px;
  background-color : #ffffff;
  border-bottom : 1px solid #000000;
  border-left : 1px solid #000000;
  border-right : 1px solid #000000;
  padding : 2px 4px 2px 4px;
}

.boxhead
{
  width : 394px;
  background-color : #e0e4f2;
  font-family : arial narrow, arial, helvetica, sans-serif;
  font-size : 10pt;
  font-weight : bold;
  color : #0d3692;
  text-transform : uppercase;
  border-top : 1px solid #000000;
  border-left : 1px solid #000000;
  border-right : 1px solid #000000;
  padding : 2px 4px 2px 4px;
}

.content
{
  background-color : #ffffff;
  border-bottom : 1px solid #000000;
  padding : 10px;
  font-family : arial, helvetica, sans-serif;
  font-size : 9pt;
  text-align : justify;
}

.content a:link, .content a:visited
{
  color : #cc0000;
  text-decoration : none;
}

.content a:hover
{
  color : #cc0000;
  text-decoration : underline;
}

.footer
{
  font-family : arial, helvetica, sans-serif;
  font-size : 8pt;
  text-align : center;
  line-height : 100%;
  color : #0d3692;
}

.info
{
  width : 260px;
  background-color : #ffffff;
  border-bottom : 1px solid #000000;
  border-left : 1px solid #000000;
  border-right : 1px solid #000000;
  padding : 2px 4px 2px 4px;
  margin-bottom : 10px;
}

.infohead
{
  width : 260px;
  background-color : #e0e4f2;
  font-family : arial narrow, arial, helvetica, sans-serif;
  font-size : 10pt;
  font-weight : bold;
  color : #0d3692;
  text-transform : uppercase;
  border-top : 1px solid #000000;
  border-left : 1px solid #000000;
  border-right : 1px solid #000000;
  padding : 2px 4px 2px 4px;
}

.nav
{
  background-color : #e0e4f2;
  border-right : 1px solid #000000;
  border-bottom : 1px solid #000000;
  font-family : arial narrow, arial, helvetica, sans-serif;
  font-size : 10pt;
  font-weight : bold;
  text-transform : uppercase;
}

.nav a:link, .nav a:visited
{
  display : block;
  width : 135px;
  height : 20px;

  color : #0d3692;
  text-decoration : none;
  background-image : url("/images/nav-off.png");
}

.nav a:hover
{
  color : #ffffff;
  text-decoration : none;
  background-image : url("/images/nav-on.png")
}

.nav #hot
{
  display : block;
  width : 135px;
  height : 20px;

  background-image : url("/images/nav-on.png");
  color : #ffffff;
}

.sidebar
{
  width : 150px;
  background-color : #ffffff;
  border-bottom : 1px solid #000000;
  border-left : 1px solid #000000;
  border-right : 1px solid #000000;
  margin-bottom : 10px;
}

.sidebarhead
{
  background-color : #e0e4f2;
  font-family : arial narrow, arial, helvetica, sans-serif;
  font-size : 10pt;
  font-weight : bold;
  color : #0d3692;
  text-transform : uppercase;
  border-top : 1px solid #000000;
  border-left : 1px solid #000000;
  border-right : 1px solid #000000;
  padding : 2px 4px 2px 4px;
}

