﻿.ResultFoundFont
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
.HighlightedSmallFont
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	background-color: #ceceff;
	color: Black;
}
.SmallFont
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}
.LargeFont
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: Black;
}
.SmallestFont
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}
.LargestFont
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}
.ErrorFont
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: Red;
}
.TextBoxStyleFont
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: Black;
}
.HyperlinkFont
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #5F1aFF;
	text-decoration: none;
}
.HyperlinkFont:Hover
{
	color: #FA6611;
}

.AlternatingRowStyle
{
	background-color: #CCCCCC;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: Black;
	text-align: left;
}
.RowStyle
{
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: Black;
	text-align: left;
}
.HeaderStyle
{
	background-color: #9999FF;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: White;
	text-align: center;
}

