﻿body
{
    background-color: #eeeeee;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

p
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.menulink
{
   font-size: 12px;
   color: #aaaaaa; 
   font-weight: 700;
   text-decoration: none;
  
}
.menulink:hover
{
   font-size: 12px;
   color: #FFFFFF; 
   font-weight: 700;
   text-decoration: underline;
  
}
.link
{
   font-size: 14px;
   color: #FF0000; 
   font-weight: 700;
   text-decoration: none;
  
}
.link:hover
{
   font-size: 14px;
   color: #FFFFFF; 
   font-weight: 700;
   text-decoration: underline;
  
}
.style5
{
    font-size: x-small;
    color: #FFFFFF;
}

.style6
{
    color: #FFFFFF;
    width: 328px;
}

.newStyle1
{
    font-size: 2em;
}

.style1
{
    width: 760px;
    background-color: White;
}
.style2
{
    width: 100%;
}
.style3
{
    color: #FFFFFF;
}
.topbanner
{
    width: 760px;
    background-color: #54A4FC;
}
.style4
{
    width: 760px;
    background-image: url(  'images/bg_header.jpg' );
}
.pagetitle
{
    font-size: 14px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    color: #6699FF;
}

.box
{
    padding:  10px 5px 5px 10px;
    
}
.roundbox
{
    width: 170px;
    padding: 5px;
}
.tabpanel
{
    width: 550px;
    font-size: 13px;
}

.style7
{
    width: 81px;
}
.style8
{
    color: #FFFFFF;
    width: 437px;
}
.style9
{
    font-size: 19px;
    font-weight: bolder;
}
.style10
{
    width: 46px;
}
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #6699FF;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2290AD;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #B4CDCD;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

