﻿body{
    font-family:Ariel;
}
.RelativeContainer{
    position:relative;
    top:0px;
    left:0px;
}
.BGSuperLightGray{
    background-color:#EEEEEE;
}
.BGLightGray{
    background-color:#81868d;
}
.BGDarkGray{
    background-color:#666666;
}
.BGSuperDarkGray{
    background-color:#333333;
}
.BGColored{
    background-color:#0089be;
}
.TextLightGray{
    color:#81868d;
}
.TextDarkGray{
    color:#666666;
}
.TextSuperDarkGray{
    color:#333333;
}
.TextColored{
    color:#0089be;
}
.TextBlack{
    color:Black;
}
.TextWhite{
    color:White;
}
.InputTitle{
    color:#666666;
    font-weight:bold;
}
.InputValue{
    color:#81868d;
}
.PopUpTitle{
    color:#666666;
    font-weight:bold;
    font-size:large;
}
.BGRollOver{
    color:#0089be;
}
.BGNormal{
    color:#81868d;
}
.XX-Small{
    font-size:xx-small;
}
.X-Small{
    font-size:x-small;
}
.Small{
    font-size:small;
}
.Medium{
    font-size:medium;
}
.Large{
    font-size:large;
}
.X-Large{
    font-size:x-large;
}
.XX-Large{
    font-size:xx-large;
}
.Bold{
    font-weight:bold;
}
.Button{
    cursor:pointer;
}
.PlainLink{
    text-decoration:none;
    color:Black;
}
a.PlainLink{
    text-decoration:none;
    color:Black;
}
a.PlainLink:hover{
    text-decoration:none;
    color:Black;
}
a.PlainLink:visited{
    text-decoration:none;
    color:Black;
}
