﻿/*********************************** Accordion Style Classes ***********************************/

.accordionHeader
{
    border: 1px solid silver;
    color: white;
    background-color: #DEDEDC;
    font-family: Verdana;
    font-size: small;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    font-weight: bold;
}

.accordionContent
{
    border: 1px dashed #151516;
    color: white;
    background-color: #999999;
    font-family: Verdana;
    font-size: 8pt;
    padding: 5px;
    padding-top: 10px;
    border-top: none;
}
/*****bg color dk #498092, bg color lt #709DB0*****/

.accordionLink
{
    color: white;
    text-decoration: none;
}
/**********************************************Main CSS*******************************/

body
{
    font-family: Verdana;
    font-size: 8pt;
    color: #646460;
}
h1
{
    color: #323230;
    font-size: 10pt;
    font-family: Verdana;
}
h2
{
    color: #515253;
    font-size: 9pt;
    font-family: Verdana;
}
.caption
{
    font-size: 8pt;
    color: Gray;
    font-family: Arial;
}
.head
{
    color: White;
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    letter-spacing: 1px;
}
.urls
{
    font-family: Verdana;
    font-size: 8pt;
    color: #646460;
   }
.reviews
{
    font-family: Arial;
    font-size: 7.5pt;
    color: #646460;
    }
a.urls:link
{
    color: #006699;
    font-size: 8pt;
    font-family: Verdana;
    text-decoration: none;
}
a.urls:visited
{
    color: #FF7802;
    font-size: 8pt;
    font-family: Verdana;
    text-decoration: none;
}

a.urls:hover
{
    color: #FF7802;
    font-size: 8pt;
    font-family: Verdana;
    text-decoration: underline;
}
a:link
{
    color: #335E8B;
    font-size: 8pt;
    font-family: Verdana;
    text-decoration: none;
}
a:visited
{
    color: #335E8B;
    font-size: 8pt;
    font-family: Verdana;
    text-decoration: none;
}

a:hover
{
    color: #FF7802;
    font-size: 8pt;
    font-family: Verdana;
    text-decoration: none;
}

a.gal:link
{
    color: #006699;
    font-size: 9pt;
    font-family: Arial;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
a.gal:visited
{
    color: #006699;
    font-size: 9pt;
    font-family: Arial;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

a.gal:hover
{
    color: black;
    font-size: 9pt;
    font-family: Arial;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
}
a.tag:link
{
    color:#D2D2D2; 
    font-size:x-small;
}
a.tag:visited
{
    color:#D2D2D2; 
    font-size:x-small;
}

a.tag:hover
{
    color:#FF9900; 
    font-size:x-small;
}





