BODY
{
    MARGIN: 0px;
    BACKGROUND-COLOR: wihte;
    FONT-SIZE: 66.67%;
    FONT-FAMILY: Verdana;
}
TABLE
{
    FONT-SIZE: 100%;
    color: #535353;
    BORDER-COLLAPSE: collapse
}
H4
{
    margin: 10 0 10 0
}
P
{
    margin: 10 10 10 10
}
UL
{
    margin: -5 0 10 30
}
A
{
    color: 18b2e4;
}
A:active
{
    color: 18b2e4;
}

A:visited
{
    color: 18b2e4;
}
A:hover
{
    color: 18b2e4;
}
.FlatTextbox
{
    border: 1px solid #5076a9;
}
.A1
{
    color: #4f4f4f;
    text-decoration: none;
}
.A1:visited
{
    color: #4f4f4f;
    text-decoration: none;
}
.A1:hover
{
    color: #076888;
    text-decoration: underline;
}

.A2
{
    color: #33a5ca;
    text-decoration: underline;
}
.A2:visited
{
    color: #0b82a9;
    text-decoration: underline;
}
.A2:hover
{
    color: #0b82a9;
    text-decoration: underline;
}

.A3
{
    color: #33a5ca;
    text-decoration: None;
}
.A3:visited
{
    color: #0b82a9;
    text-decoration: None;
}
.A3:hover
{
    color: #157392;
    text-decoration: None;
}

.NAMEANCHOR
{
    color: #0b82a9;
    margin: 30 0 10 10; 
    font-size: 14; 
    font-weight: bold;
}

.CoursesLink
{
    color: #33a5ca;
    font-size: 12;
    font-weight: bold;
}
.CoursesLink:visited
{
    color: #0b82a9;
}
.CoursesLink:hover
{
    color: #157392;
}

a.HRMenuLink:link
{
    color: 18b2e4;
    font-size: 12;
    font-weight: bold;
    text-decoration: underline;
}
a.HRMenuLink:active
{
    color: #157392;
    font-size: 12;
    font-weight: bold;
    text-decoration: none;
}
a.HRMenuLink:visited
{
    color: #157392;
    font-size: 12;
    font-weight: bold;
    text-decoration: none;
}
a.HRMenuLink:hover
{
    color: #33a5ca;
    font-size: 12;
    font-weight: bold;
    text-decoration: none;
}

H2
{
    FONT-FAMILY: arial;
}

H5
{
    margin-bottom: 10;
}

.DropDownMenu TD
{
    padding: 3 10 3 10;
}
.DropDownMenu A
{
    color: #555555;
    font-weight: bold;
    text-decoration: none;
}
.DropDownMenu A:visited
{
    color: #555555;
    font-weight: bold;
    text-decoration: none;
}
.DropDownMenu A:hover
{
    color: #076888;
    font-weight: bold;
    text-decoration: none;
}

div
{

}

.minheightdiv
{
 /* sets min-height for IE */
 height: expression( this.scrollHeight < 200 ? "200px" : auto"); 
 /* sets min-height value for all standards-compliant 	browsers */
   min-height: 200px;

}

.FlatInput
{
    border: inset 1px solid gray;
}

.FormatInput
{
   border-bottom: inset 1px solid gray;
   border-top: none;
   border-right: none;
   border-left: none;
}
.BorderLessText
{
   border-bottom: none;
   border-top: none;
   border-right: none;
   border-left: none;
}