﻿/* divContent is the "main" page */
#divContent
{
    background-color:White;
    font-family:Tahoma;
    text-align:justify;
}
/* Set the lblTitle */
#ctl00_Main_lblTitle
{
    /* Dark Green RGB: 81 122 71 */
    color:#517A47;
    font-size:xx-large;
    font-family:Tahoma;
}
/* Set the lblDescriptions */
#ctl00_Main_lblDescription
{
    font-family:Tahoma;
    font-size:medium;
}
/* Set the lblHeader */
#ctl00_Main_lblHeader
{
    /* Dark Green RGB: 81 122 71 */
    color:#517A47;
    font-size:large;
    font-family:Tahoma;
}
/* Set the lblNote */
#ctl00_Main_lblNote
{
    font-size:x-small;
    font-family:Tahoma;
    text-align:justify;
    padding-left: 15px;
}
/* Set the Style bulleted list */
#ctl00_Main_blStyle
{
    font-family:Tahoma;
    font-size:x-small;
    padding-left: 15px;
}
/* Set the Style bulleted list */
#ctl00_Main_blStyle :link
{
    /* Dark Green RGB: 81 122 71 */
    color:#517A47;
    text-decoration: none;
}
/* Set the Style bulleted list */
#ctl00_Main_blStyle :visited
{
    /* Dark Green RGB: 81 122 71 */
    color:#517A47;
    text-decoration: none;
}
/* Set the Style bulleted list */
#ctl00_Main_blStyle :hover
{
    /* Light Green RGB: 163 211 156 */
    color:#A3D39C;
    text-decoration: underline;
}
/* Set the Style bulleted list */
#ctl00_Main_blStyle :active
{
    /* Light Green RGB: 163 211 156 */
    color:#A3D39C;
    text-decoration: underline;
}
/* Set the lblImage */
#ctl00_Main_lblImage
{
    /* Dark Green RGB: 81 122 71 */
    color:#517A47;
    font-size:large;
    font-family:Tahoma;
}
/* Set the blCabinetLine */
#ctl00_Main_blCabinetLine
{
    font-family:Tahoma;
    font-size:large;
}
/* Set the blCabinetLine unvisited link */
#ctl00_Main_blCabinetLine :link
{
    /* Dark Green RGB: 81 122 71 */
    color:#517A47;
    text-decoration: none;
}
/* Set the blCabinetLine visited link */
#ctl00_Main_blCabinetLine :visited
{
    /* Dark Green RGB: 81 122 71 */
    color:#517A47;
    text-decoration: none;
}
/* Set the blCabinetLine on mouse over */
#ctl00_Main_blCabinetLine :hover
{
    /* Light Green RGB: 163 211 156 */
    color:#A3D39C;
    text-decoration: underline;
}
/* Set the blCabinetLine selected link */
#ctl00_Main_blCabinetLine :active
{
    /* Light Green RGB: 163 211 156 */
    color:#A3D39C;
    text-decoration: underline;
}
/* Set the h1 */
h1
{
    /* Dark Green RGB: 81 122 71 */
    color:#517A47;
}
/* All other td in page */
td
{
    /* Light Green RGB: 163 211 156 */
    background-color:#A3D39C;
}
/* tdLeftCell */
#tdLeftCell
{
    /* Dark Green RGB: 81 122 71 */
    background-color:#517A47;
}
/* tdRightCell */
#tdRightCell
{
    /* Dark Green RGB: 81 122 71 */
    background-color:#517A47;
}
/* lblThumb */
.lblThumb
{
    /* Dark Green RGB: 81 122 71 */
    color:#517A47;
    font-size:x-small;
}
/* Set the clHyperlink class */
.clHyperLink
{
    font-size:medium;
    padding-left:5px;
    padding-right:5px;    
}
/* Set the clHyperLink class unvisited link */
a.clHyperLink:link
{
    text-decoration:none;
}
/* Set the clHyperLink class visited link */
a.clHyperLink:visited
{
    text-decoration:none;
}
/* Set the clHyperLink class on mouse over */
a.clHyperLink:hover
{
    text-decoration:underline;
}
/* Set the clHyperLink class selected link */
a.clHyperLink:active
{
    text-decoration:underline;
}