@charset "utf-8";
/* CSS Document */

.bodyMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16pt;
	color: #226da6;
}
.bodyMainYellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16pt;
	color: #afaf2e;
	text-decoration: none;
}
.bodyBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.bodyBottomBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.hiddenDiv {
display: none;
}
.visibleDiv{
display: block;
}
