@charset "utf-8";
/* CSS Document */
.normalText{
	font-family: Arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color:#000000;
}
a:hover{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color:#2FB1FF;
	text-decoration: none;
}
.linkText{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color:#0065a4;
	text-decoration: none;
}
.copyrightsText{
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color:#0065a4;
}
.normalBoldText{
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color:#000000;
}
.headerText1{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color:#c2178d;
}
.headerText3{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color:#67a944;
}
.headerText2{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color:#0065a4;
}

.headerText4{
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color:#D50035;
}
.participants {
	font-size: 9pt;
	font-weight: bold;
	color: #FF3300;
}