.text
{
	font-size: 10pt;
	color: black;
	font-family: Verdana, Arial, Serif;
}
.smalltext
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial, Serif;
}
.hdrSection
{
	font-weight: bold;
	font-size: 14pt;
	color: #162155;
	font-family: Arial, Serif;
}
TABLE.nicetable
{
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	font-size: 10pt;
	border-left: black 1pt solid;
	color: black;
	border-bottom: black 1pt;
	font-family: Verdana, Arial, Serif;
}
TABLE.nicetable TH
{
	font-size: 10pt;
	color: white;
	border-bottom: black 1pt solid;
	font-family: Verdana, Arial, Serif;
	background-color: #223385;
}
TABLE.nicetable TD
{
	font-size: 10pt;
	color: black;
	border-bottom: black 1pt solid;
	font-family: Verdana, Arial, Serif;
}
TABLE.ProductTable
{
    color: black;
    font-size: 10pt;
    font-family: Verdana, Arial, Serif;
}
.ProductTable TD
{
    border-right: #cccccc 1pt solid;
    border-top: #cccccc 1pt solid;
    border-left: #cccccc 1pt solid;
    border-bottom: #cccccc 1pt solid;
}
.ProductTable TH
{
    font-style:normal;
    font-weight:bold;
    color: black;
    background-color: #EBE5E5;
}
TABLE.Header
{
	display: block;	
}

