body
{
	font-size: 10pt;
	font-family: Verdana;
}
TABLE
{
	font-size: 10pt;
	font-family: Verdana;
}
TABLE .BorderBottom
{
	border-bottom: solid thin blue;
}
.TableSmall
{
	font-size: 8pt;
}
.Linkbutton
{
	font-size: 10pt;
	color: blue;
}
.Control
{
	font-size: 10pt;
	font-family: Verdana;
}
.ControlSmall
{
	font-size: 8pt;
	font-family: Verdana;
}
.Label
{
	font-weight: bold;
	color: blue;
}
.LabelSmall
{
	font-weight: bold;
	color: blue;
	font-size: 8pt;
}
.LabelHeader
{
	font-weight: bold;
	font-size: 12pt;
}
.ReadOnly
{
	font-family: Verdana;
	font-size: 10pt;
	background-color: gainsboro;
}
.ReadOnlySmall
{
	font-family: Verdana;
	font-size: 8pt;
	background-color: gainsboro;
}
.ErrorLabel
{
	font-weight: bold;
	font-size: 10pt;
	color: red;
}
.ErrorLabelSmall
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
}
.LinkbuttonSmall
{
	font-size: 8pt;
	color: blue;
}
.LinkbuttonSmallBold
{
	font-size: 8pt;
	color: blue;
	font-weight: bold;
}
.BoldControl
{
	font-weight: bold;
}
.BorderBottom
{
	border-bottom: black 1px solid;
}
.Tab
{
	border-right: white 1px solid;
	border-left: white 1px solid;
	background-color: beige;
	text-align: center;
}
.SelectedTab
{
	font-weight: bold;
	color: white; /* old = black */
	background-color: blue; /* old = gainsboro */
	text-align: center;
}
.HeaderCell
{
	font-weight: bold;
	color: white;
	background-color: blue;
	border-bottom: solid thin white;
	font-size: 12pt;
}
.HeaderCellSmall
{
	font-weight: bold;
	color: white;
	background-color: blue;
	border-bottom: solid thin white;
	font-size: 8pt;
}
.SubHeaderCell
{
	font-weight: bold;
	color: white;
	background-color: blue;
	border-bottom: solid thin white;
}
.ReportHeaderCell
{
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 10pt;
	border-bottom: black 1px solid;
}
.DataGrid
{
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	border-left: blue 1px solid;
	border-bottom: blue 1px solid;
}
.DataGridShaded
{
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	border-left: blue 1px solid;
	border-bottom: blue 1px solid;
	background-color: beige;
}
.DataGridHeader
{
	font-weight: bold;
	color: blue;
	border-bottom: blue 1px solid;
	height: 25px;
	background-color: beige;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	margin: 2px;
	padding-top: 3px;
}
.DataGridItem
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	margin: 2px;
	padding-top: 3px;
}
.TableColored
{
	background-color: beige;
}
.Disclaimer
{
	font-size: 8pt;
	color: black;
	font-style: italic;
	font-family: Times New Roman;
}
.ResultsTotal
{
	font-weight: bold;
	font-size: 8pt;
	font-style: italic;
}
.GainsboroBackcolor
{
	background-color: gainsboro;
}
.SelectedPanel
{
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	border-left: blue 1px solid;
	border-bottom: blue 1px solid;
}
.SearchDatagridHeader
{
	background-color: gainsboro;
	color: Navy;
	font-weight: bold;
}
.BorderTop
{
	border-top: solid 1px blue;
}
.Invisible
{
	display: none;
}
.DataGrid2
{
	background-color: white;
	border-bottom: #333399 1px solid;
}
.Highlighted
{
	background-color: Yellow;
}