@charset "UTF-8";
/* CSS Document */

.forms {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 15pt;
	font-weight: 100;
	font-variant: normal;
	color: #000;
}
.formsBold {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 15pt;
	font-weight: bold;
	font-variant: normal;
	color: #000;
}
.formsRed {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 15pt;
	font-weight: 100;
	font-variant: normal;
	color: #D02124;
}

.formsBoldRed {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 15pt;
	font-weight: bold;
	font-variant: normal;
	color: #D02124;
}
body p {
	color: #00000;
}


