﻿body 
{
  background-color: #E8E8E8;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}

a.unselectedmenu
{
  font-family: Arial;
  font-size: 14px;
  text-decoration: none;
  color: #E8E8E8;
}
a.unselectedmenu:hover
{
  color: White;
}

a.selectedmenu
{
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: White;
}

a.contact
{
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #ff6600;
}

font.bullet
{
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
  color: #ff6600;
}

font.servicehead
{
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
  color: #666666;
}

font.pagehead
{
  font-family: Arial;
  font-size: 24px;
  color: #ff6600;
}

font.navhead
{
  font-family: Arial;
  font-size: 12px;
  color: #666666;
}

font.content
{
  font-family: Arial;
  font-size: 11px;
  color: #666666;
  line-height: 20px;
}

font.quote
{
  font-family: Arial;
  font-size: 11px;
  font-style: italic;
  line-height: 20px;
  color: #666666;
}

font.testimonial
{
  font-family: Arial;
  font-size: 11px;
  color: #666666;
  line-height: 20px;
}

font.testimonialby
{
  font-family: Arial;
  font-size: 9px;
  color: #ff6600;
  line-height: 20px;
  text-transform: uppercase;
}

font.newshead
{
  font-family: Arial;
  font-size: 11px;
  color: #666666;
  line-height: 20px;
  text-transform: uppercase;
}

font.news
{
  font-family: Arial;
  font-size: 11px;
  color: #666666;
  line-height: 20px;
}

font.pageend
{
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
  color: #ff6600;
}

font.footerhead
{
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
  color: #666666;
}

font.footer
{
  font-family: Arial;
  font-size: 11px;
  color: #666666;
}

font.unselectedpage
{
 font-family: Arial;
 font-size: 12px;
 color: #666666;
 cursor: pointer;
}

font.selectedpage
{
  font-family: Arial;
  font-size: 12px;
  color: #ff6600;
}

hr.news
{
 border-top : 1px dashed #666666;
 width: 100%;
 height: 1px; 
}

a.indexlink
{
    font-family: Arial;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
}
a.indexlink:hover
{
    text-decoration: underline;
}

font.indexfooter
{
    font-family: Arial;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
}

div.noshow
{
    display: none;
    visibility: hidden;
}