.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.headError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FF0033;
}
.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
}
.head3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.text-bold
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
}
.error
{
	font-weight: normal;
	font-size: 12px;
	color: red;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: whitesmoke;
	font-variant: normal;
}
.table
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	border-collapse: collapse;
}
.tableHeader
{
	border-right: black thin solid;
	padding-right: 12px;
	border-top: black thin solid;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
	border-left: black thin solid;
	color: white;
	border-bottom: black thin solid;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	font-variant: normal;
}
.tableRow
{
	font-size: 12px;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top: black thin solid;
	border-bottom: black thin solid;
	border-collapse: collapse;
	background-color: white;
	padding-left: 10px;
	padding-right: 12px;
}
.tableAlernateRow
{
	padding-right: 12px;
	border-top: black thin solid;
	padding-left: 10px;
	font-weight: normal;
	font-size: 12px;
	color: black;
	border-bottom: black thin solid;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	background-color: gainsboro;
	font-variant: normal;
}
.colaps-links
{
	font-weight: normal;
	font-size: 12px;
	cursor: hand;
	color: #003366;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.detail-links
{
	font-weight: normal;
	font-size: 12px;
	cursor: hand;
	color: #003366;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.info
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
