﻿.text,.smallText,.instruction,.error,.whiteText,.whiteSmallText,.boldText,.notice,.greyText,.smallGreyText,.boldGreyText,.legendText
{
    font-family:Tahoma,Arial;
    font-size:11px;
    color:#000;
    text-decoration:none;
}

.boldText {font-weight:bold;}
.error {color:#9A2A2A;}
.smallText,.legendText {font-size:10px;}
.legendText {font-style:italic;}

.notice 
{
    font-size:10px;
}

.whiteText,.whiteSmallText
{
    color:#fff;
}

.whiteSmallText 
{
    font-size:10px;
}

.greyText,.boldGreyText,.smallGreyText {color:#808080;}
.boldGreyText {font-weight:bold;}
.smallGreyText {font-size:10px;}
.instruction 
{
    color:#808080;
    padding:10px;
    background-color:#efefef;
}
