﻿body
{
    margin: 0px;
}

.WRSLogoSpacing
{
    letter-spacing: 10px;
    line-height: 20px;
}

.Title 
{ 
    FONT-SIZE: 14px; 
    COLOR: white; 
    FONT-FAMILY: Arial; 
}
.Group 
{ 
    FONT-SIZE: 14px; 
    COLOR: black; 
    FONT-FAMILY: Verdana; 
    FONT-WEIGHT: bold; 
}
a
{
    font-family: Arial;
    font-size: 11px;
    color: #819CC4;
    text-decoration: none;
}

a:visited 
{
    font-family: Arial;
    font-size: 11px;
    color: #819CC4;
    text-decoration: none;
}

a:hover 
{
    font-family: Arial;
    font-size: 11px;
    color: orange;
    text-decoration: underline;
}

.Testimony 
{ 
    FONT-SIZE: 11px; 
    COLOR: black; 
    FONT-FAMILY: Arial; 
}

.CourseTitle 
{ 
    FONT-SIZE: 14px; 
    COLOR: black; 
    FONT-FAMILY: Verdana; 
    FONT-WEIGHT: bold; 
}
	
.CourseSubTitle 
{ 
    FONT-SIZE: 11px; 
    COLOR: #333333; 
    FONT-STYLE: italic; 
    FONT-FAMILY: Verdana 
}

.CourseDescription 
{ 
    FONT-SIZE: 10px; 
    COLOR: #666666; 
    FONT-FAMILY: Verdana 
}

.EndStatement 
{ 
    FONT-SIZE: 10px; 
    COLOR: #666666; 
    FONT-FAMILY: Verdana 
}

.toptable
{
    background-image: url(../../App_Themes/Main/images/bg_gradient_blue.gif);
    width: 100%;
    color: green;
    border-right: black 0px solid;
    border-top: black 1px solid;
    border-left: black 0px solid;
    border-bottom: black 1px solid;
}

.whiteRowColor
{
    width: 100%; 
    BORDER-BOTTOM: silver 1px solid; 
    BACKGROUND-COLOR: white
}

.blueRowColor
{
    width: 100%; 
    BORDER-BOTTOM: silver 1px solid; 
    BACKGROUND-COLOR: #f2fefd
}