﻿.BoldLabel
{
    font-weight: bold;
    font-family: Arial;
    font-size: 80%;
    color: #333333;
}
.BoldLabelGrey
{
    font-weight: bold;
    font-family: Arial;
    font-size: 80%;
    color: #666666;
}
.BasicLabel
{
    font-family: Arial;
    font-size: 80%;
    color: #333333;
}
.SmallerLabelGrey
{
    font-family: Arial;
    font-size: 75%;
    color: #666666;
}
.SmallerLabel
{
    font-family: Arial;
    font-size: 75%;
    color: #333333;
}
.BasicLabelLibrary
{
    font-family: Verdana;
    font-size: 75%;
    color: #666666;
}
.Color1
{
    color: #0099CC;
}
.Color2
{
    color: #D2D2D2;
}
.ColorError
{
    color: Red;
}
.LibraryTextbox
{
    font-family: Verdana;
    font-size: 75%;
    color: #333333;
}
.BasicLabelBoldBlue
{
    font-family: Arial;
    font-size: 80%;
    color: #0099CC;
    font-weight: bold;
}
.BasicLink
{
    color: #0099CC;
    font-family: Arial;
    font-size: 80%;
    text-decoration: none;
}
.Bold
{
    font-weight: bold;
}
.TopLink
{
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
}
.BasicLinkSmall
{
    color: #0099CC;
    font-family: Arial;
    font-size: 70%;
    text-decoration: none;
}
.BigLabelBlue
{
    font-size: 100%;
    font-family: Arial;
    color: #0099CC;
}
.BigLabelGrey
{
    font-size: 100%;
    font-family: Arial;
    color: #666666;
}
.RightFloated
{
    float: right;
}
.Middle
{
    vertical-align: middle;
}
.SmallLabelGray
{
    color: #818181;
    font-size: 70%;
    font-family: Arial;
}
.SmallestLabel
{
    font-size: 60%;
    font-family: Arial;
    color: Black;
}

.thickbox
{
}

