﻿.HeaderGrayText
{
    font-size: 16px;
    font-weight: bold;
    color: #808080;
}
.HeaderBlueText
{
    font-size: 16px;
    font-weight: bold;
    color: #0689c8;
}
.RigthLine
{
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #CCCCCC;
}

.greenLink A:link
{
    text-decoration: none;
    color: #9ABF49;
    font-weight: bold;
}
.greenLink A:visited 
{
    text-decoration: none;
    color: #9ABF49;
    font-weight: bold;
}
.greenLink A:active 
{
    text-decoration: none;
    color: #9ABF49;
    font-weight: bold;
}
.greenLink A:hover
{
    text-decoration: none;
    color: #c6d93b;
    font-weight: bold;
}

.blueLink A:link
{
    text-decoration: none;
    color: #0689c8;
    font-weight: bold;
}
.blueLink A:visited 
{
    text-decoration: none;
    color: #0689c8;
    font-weight: bold;
}
.blueLink A:active 
{
    text-decoration: none;
    color: #0689c8;
    font-weight: bold;
}
.blueLink A:hover
{
    text-decoration: none;
    color: #003366;
    font-weight: bold;
}
.gradLeft
{
    background-image: url('../images/grad_left.gif');
    background-repeat: repeat-y;
    width: 10px;
}
.gradRight
{
    background-image: url('../images/grad_right.gif');
    background-repeat: repeat-y;
    width: 10px;
}
html, body, #wrapper
{
    margin: 0px;
    padding: 0px;
   /* background-color: #FFFFFF;*/
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 12px;
    height:100%
}
   #wrapper
{
    margin: 0 auto;
    text-align: left;
    vertical-align: top;
    background-color: #F7F7F7;
}
.imgGallery
{
    padding: 10px;
}