body
{
	background-color: White;
}
TABLE
{
	font-size: 8pt;
	font-family: Tahoma;
}

.TextBox
{
	border-right: #c7ccdc 1px solid;
	border-top: #c7ccdc 1px solid;
	border-left: #c7ccdc 1px solid;
	border-bottom: #c7ccdc 1px solid;
	font-size: 8pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
}

.Button
{
	background-color: gainboro;
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	font-size: 8pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
}

.HeaderLable
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 16pt;
	font-family: Tahoma, Verdena, 'Time New Roman';
	color: White;
	background-color:White;
	text-align: right;
}

.HeaderImage
{
	vertical-align:middle;
}

.SubHeader
{
	border-top: 3px groove;
	font-size: 8pt;
	color: White;
	font-family: Tahoma, Verdana, 'Times New Roman';
	background-color: #4f82b5;
	text-align: right;
}

.SmallText
{
	font-family: Arial, Tahoma;
	font-size: 7pt;
	text-align: right;
}

.Text
{
	font-family: Arial, Tahoma;
	font-size: 9pt;
}

.TextRed
{
	font-family: Arial, Tahoma;
	font-size: 10pt;
	color: #660000;
}

.TextBold
{
	font-family: Arial, Tahoma;
	font-size: 10pt;
	font:bold;
}


