﻿body
{
    font-size: 12px;
    color: gray;
    font-family: Tahoma;
}
.Bold
{
    font-size: 11px;
    color: silver;
    font-family: Tahoma;
    font-weight: bold;
}
.BoldWhite
{
    font-size: 11px;
    color: white;
    font-family: Tahoma;
    font-weight: bold;
}
.BoldBlack
{
    font-size: 11px;
    color: gray;
    font-family: Tahoma;
    font-weight: bold;
}

.Normal
{
    font-size: 11px;
    color: gray;
    font-family: Tahoma;
}

.NormalLargeBold
{
    font-weight: bold;
    font-size: 12px;
    color: gray;
    font-family: Tahoma;
}

.BoldMenu
{
    font-size: 11px;
    color: silver;
    font-family: Tahoma;
    font-weight: bold;
    text-align: left;
}

.IE8Fix
{
	z-index: 100;
}