.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

.body-highlighted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFF00;
}

.table-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.header1-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	color: #ff0000;
}

.header2-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5pt;
	font-style: normal;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
}

.header5-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}

.header6-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #cc0000;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
}

.footer-gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: center;
}

.style1 {
	color: #FF0000
}

.style2 {
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	background-color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.errMessage{
background:#FFFF00;
color:#FF0000;
font-size:10px;
line-height:15px;
padding-left:5px;
font-family:verdana;
}

.succMessage{
background:#0000FF;
color:#FFFFFF;
font-size:10px;
line-height:15px;
padding-left:5px;
font-family:verdana;
}
