body
{
	margin: 0px;
	font-family: Verdana;
	font-size: 8pt;
	color: gray;
}

.PageTitleLabel
{
	font-size: 14pt;
}

.PageSubtitleLabel
{
	font-size: 12pt;
}

.Label
{
	color: gray;
}

.InfoLabel
{
	color: blue;
}

.ErrorLabel
{
	color: red;
}

.TextBox
{
	background-color: #f5f5f5;
}

.Button
{
	background-color: #f5f5f5;
	font-size: 8pt;
}

.CheckBox
{
	color: gray;
	font-size: 8pt;
}

.RadioButton
{
	color: gray;
	font-size: 8pt;
}

.DropDownList
{
	background-color: #f5f5f5;
	font-size: 8pt;
}

.ListBox
{
	background-color: #f5f5f5;
	font-size: 8pt;
}

.NavHeader
{
	font-variant: small-caps;
	font-weight: bold;
}

.NavSubHeader
{
	font-variant: small-caps;
}

.GridView
{
	font-size: 8pt;
}

.GridViewHeaderFooter
{
}

