body
{
	font-size: 10pt;
	font-family: Tahoma, Veranda, 'Times New Roman';
}
.Foundation
{
	background-color: LightSteelBlue;
}
TABLE
{
	font-size: 10pt;
	font-family: Tahoma, Veranda, 'Times New Roman';
}
.TextBox
{
	border-right: #c7ccdc 1px solid;
	border-top: #c7ccdc 1px solid;
	border-left: #c7ccdc 1px solid;
	border-bottom: #c7ccdc 1px solid;
	font-size: 10pt;
	font-family: Tahoma, Veranda, 'Times New Roman';
}
.Button
{
	background-color: gainsboro;
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	font-size: 10pt;
	font-family: Tahoma, Veranda, 'Times New Roman';
}
.Normal
{
	font-size: 10pt;
	font-family: Tahoma, Veranda, 'Times New Roman';
}
.SmallTextBox
{
	border-right: #c7ccdc 1px solid;
	border-top: #c7ccdc 1px solid;
	font-size: 10pt;
	border-left: #c7ccdc 1px solid;
	border-bottom: #c7ccdc 1px solid;
	font-family: Tahoma, Veranda, 'Times New Roman';
	width: 70px;
}
.Header_UI
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
	font-family: Tahoma, Veranda, 'Times New Roman';
	width: 100%;
	color: white;
	background-color: SteelBlue;
	text-align: right;
}
.HeaderImage
{
	vertical-align: middle;
}
.HeaderTitle
{
	padding-right: 5px;
	padding-left: 5px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 10pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
	width: 100%;
	color: white;
	background-color: LightSteelBlue;
}
.Footer_UI
{
	font-size: 10pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
	width: 100%;
	color: white;
	background-color: #336699;
	text-align: center;
}
.SubHeader
{
	border-top: 3px groove;
	font-size: 10pt;
	color: white;
	font-family: Tahoma, Verdana, 'Times New Roman';
	background-color: #4f82b5;
	text-align: right;
}
.TableLines
{
	border-top: #c7ccdc 1px solid;
	border-bottom: #c7ccdc 1px solid;
	border-right: #c7ccdc 1px solid;
	border-left: #c7ccdc 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.Hidden
{
	visibility: hidden;
	display: none;
}
