﻿body
{
	font-family:Verdana;
	background-color:White;	
	font-size:10pt;
}

.Label
{
	font-family: Verdana;
	font-size:10pt;
}

.LabelBold
{
	font-family: Verdana;
	font-size:10pt;
	font-weight:bold;
}

.LabelHeading
{
	font-family: Verdana;
	font-size:16pt;
	font-weight:bold;
}

.HyperLink
{
	font-family: Verdana;
	font-size:10pt;
}

.Table
{
	font-family:Arial;	
	font-size:10pt;
	width:100%
}

.TextBox
{
	font-family: Verdana;
	font-size:10pt;
}

.Button
{
	border-right: darkgray 1px solid;
	border-top: #e6e6e6 1px solid;
	font-weight: bold;
	font-size:10pt;
	border-left: #e6e6e6 1px solid;
	color: black;
	border-bottom: darkgray 1px solid;
	font-family: Verdana;
}

.CheckBox
{
	font-family: Arial;
	font-size:10pt;
}

.DropDownList
{
	font-family: Verdana;
	font-size:10pt;
	border-color:gray;
	border-style:solid;
	border-width:1px;
}

.ErrorLabel
{
	font-family: Verdana;
	font-size:10pt;
	color:Red;
}