﻿.FontBigGray
{
    font-size: 9pt;
    font-family: Tahoma, Arial;
    color: #666666;
    text-decoration: none;
}
.FontNormalGray
{
    font-size: 8pt;
    font-family: Tahoma, Arial;
    color: #666666;
}
.FontNormalBrown
{
    font-size: 8pt;
    font-family: Tahoma, Arial;
    color: #966035;
}

.FontNormalDarkGray
{
	font-size: 8pt;
	font-family: Tahoma, Arial;
	color: #3D3D33;
	text-decoration: none;
}

.FontBigDarkGray
{
	font-size: 9pt;
	font-family: Tahoma, Arial;
	color: #3D3D33;
	text-decoration: none;
}

.FontNormalGrayBold
{
	font-size: 8pt;
	font-family: Tahoma, Arial;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.FontBigGrayBold
{
	font-size: 9pt;
	font-family: Tahoma, Arial;
	color: #666666;
	font-weight: bold;
}