BODY
{
	font-family : Arial, sans-serif ;font-size : 8pt;
}

A:LINK, A:Visited, A:active
{
	font-weight: normal;
	font-size: 9pt;
	color: #31659c;
	font-family: arial;
	text-decoration: none;
}

A:hover
{
	font-weight: normal;
	font-size: 9pt;
	color: #31659c;
	font-family: arial;
	text-decoration: underline;
}

.InputText
{
	font-size: 9pt;
	font-family: Arial, sans-serif;
}

.Button
{
	font-weight: bold;
	font-size: 9pt;
	overflow: visible;
	width: 90px;
	color: white;
	font-family: arial;
	background-color: #283a6a;
}

.Buttonnw
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: arial;
	background-color: #283a6a;
}

.GoButton
{
	font-weight: bold;
	font-size: 9pt;
	width: 40px;
	color: white;
	background-color: #283a6a;
}

.Error
{
	font-weight: bold;
	font-size: 9pt;
	color: red;
	font-family: Arial, sans-serif;
}

.Label
{
	font-family : Arial, sans-serif ;font-size : 9pt;
	color : 31659C;
}

.BannerText
{
	font-weight: bold;
	font-size: 20pt;
	color: black;
	font-family: Arial, sans-serif;
}

.Text
{
	font-size: 9pt;
	color: black;
	font-family: Arial, sans-serif;
}

.SubHeader
{
	color: white;
	background-color: #ececed;
}

/* Style for the Overview TreeView */
.OverviewTree
{
	font-size: 8pt;
	font-family: Arial, sans-serif;
}

.OverviewTreeHover
{
	font-size: 8pt;
	font-family: Arial, sans-serif;
	background-color: #d8dbe5;
}

.OverviewTreeHL
{
	font-size: 8pt;
	color: white;
	font-family: Arial, sans-serif;
	background-color: highlight;
}

/* Style for DataGrid/Table headers */
.GridHeader
{
	font-size: 9pt;
	color: white;
	font-family: arial;
	background-color: #224898;
}

/* Style for DataGrid/Table normal rows */
.GridRowLabel
{
	font-size: 9pt;
	font-family: arial;
	color : 31659C;
}
.GridRow
{
	font-size: 9pt;
	font-family: arial;
}

/* Style for DataGrid/Table alternating rows */
.GridAltRowLabel
{
	font-size: 9pt;
	font-family: arial;
	color : 31659C;
	background-color: #e7e7e7;
}
.GridAltRow
{
	font-size: 9pt;
	font-family: arial;
	background-color: #e7e7e7;
}
.NewReport
{
	font-size: 9pt;
	font-family: arial;
	color: red;
}
.overflow
{
	overflow: visible;
}

