body
{
	background-color: White;
	font-size: 8pt;
	font-family: Tahoma, Verdana, 'Times New Roman';	
	letter-spacing: 1pt;
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
}
TABLE
{
	font-size: 8pt;
	font-family: Tahoma;
}
LI
{
	background-color: White;
	font-size: 8pt;
	font-family: Tahoma, Verdana, 'Times New Roman';	
	letter-spacing: 1pt;
}
.tblCaption
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Tahoma, Verdana, 'Times New Roman';
	background-color: SteelBlue;
	height: 25px; 
}

.TableContent
{
	padding-left: 15px;
	font-size: 8pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
	letter-spacing: 1pt;
}
.TextBox
{
	border-right: #c7ccdc 1px solid;
	border-top: #c7ccdc 1px solid;
	font-size: 8pt;
	border-left: #c7ccdc 1px solid;
	border-bottom: #c7ccdc 1px solid;
	font-family: Tahoma, Verdana, 'Times New Roman';
}
.SmallTextBox
{
	border-right: #c7ccdc 1px solid;
	border-top: #c7ccdc 1px solid;
	font-size: 8pt;
	border-left: #c7ccdc 1px solid;
	border-bottom: #c7ccdc 1px solid;
	font-family: Tahoma, Verdana, 'Times New Roman';
	width: 70px;
}
.txtReadOnlyWidth
{
	border-right: #c7ccdc 1px solid;
	border-top: #c7ccdc 1px solid;
	font-size: 8pt;
	border-left: #c7ccdc 1px solid;
	border-bottom: #c7ccdc 1px solid;
	background-color: Transparent;
	font-family: Tahoma, Verdana, 'Times New Roman';
	color: Maroon;
	width: 70px;
}
.txtReadOnly
{
	border-right: #c7ccdc 0px solid;
	border-top: #c7ccdc 0px solid;
	border-left: #c7ccdc 0px solid;
	border-bottom: #c7ccdc 1px solid;
	font-size: 8pt;
	background-color: Transparent;
	font-family: Tahoma, Verdana, 'Times New Roman';
	color: Black;
}

.FlatBtn
{
	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';
	font-weight: bold;
	background-color: gainsboro;
}
.Normal
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, Times New Roman;
}	
.Header
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Tahoma, Verdana, 'Times New Roman';
	width: 100%;
	background-color: #336699;
}
.HeaderImage
{
	vertical-align: middle;
	border: 0px;
}

.HeaderText
{
	font-weight: bold;
	font-size: 8pt;
	color: Black;
	font-family: Tahoma, Verdana, 'Times New Roman';
}
.HeaderTitle
{
	font-weight: bold;
	font-size: 11pt;
	color: #95001b;
	font-family: Tahoma, Verdana, 'Times New Roman';
}
.Footer
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 8pt;
	vertical-align: middle;
	width: 100%;
	color: white;
	font-family: Tahoma, Verdana, 'Times New Roman';
	background-color: #336699;
	text-align: center;
}
.Subheader
{
	padding-right: 10px;
	padding-left: 5px;
	font-size: 8pt;
	width: 100%;
	color: white;
	border-top-style: groove;
	font-family: Tahoma, Verdana, 'Times New Roman';
	background-color: #4f82b5;
	text-align: right;
	vertical-align: middle;
}
.OrangeLink
{ 
	font-weight: bold;
	text-decoration: none;
	color: darkorange;
}
A
{
	font-weight: bold;
	text-decoration: none;
	color: white;
}
A:hover
{
	color: darkorange;
	text-decoration: underline;
}



