﻿body 
{
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	background-color: white;
	color: black;
	font-family: Tahoma;
    FONT-SIZE: 10pt;
}

a
{
	color: Navy
}

.StdText
{
		font-family:Tahoma;
		font-size:10pt;
}
.BoldStdText
{
		font-family:Tahoma;
		font-size:10pt;
		font-weight:bold;
}
.BoldSmStdText
{
		font-family:Tahoma;
		font-size:8pt;
		font-weight:bold;
}
.SmStdText
{
		font-family:Tahoma;
		font-size:8pt;
}
.LgStdText
{
		font-family:Tahoma;
		font-size:12pt;
}
.LgBoldStdText
{
		font-family:Tahoma;
		font-size:12pt;
		font-weight:bold;
}
.StdTextBlock
{
	border-right: #c0c0c0 thin double;
	border-left: #c0c0c0 thin double;
	border-top: #c0c0c0 thin double;
	border-bottom: #c0c0c0 thin double;
	background-color: #f0f0f0;
	margin-top: 5px;
	font-size: 10pt;
	font-family:Tahoma;
	color: #000000;
}
.BlueBoldText
{
		font-family:Tahoma;
		font-size:10pt;
		font-weight:bold;
		color: #000080;

}
.SmBlueBoldText
{
		font-family:Tahoma;
		font-size:8pt;
		font-weight:bold;
		color: #000080;

}
.LgBlueBoldText
{
		font-family:Tahoma;
		font-size:14pt;
		font-weight:bold;
		color: #000080;
}

.GridPager
{
		background-color: #C0C0FF;
		font-family:Tahoma;
		font-size:10pt;
		font-weight:bold;
		color: #000080;
}

.GridHeader
{
		background-color: #C0C0C0;
		font-family:Tahoma;
		font-size:10pt;
		font-weight:bold;
}
