
BODY { 
    BACKGROUND-ATTACHMENT: fixed;
     }

/*  */
.black {
	color:#000000;
	line-height: 130%
}

/* 10 */
.black10 {
	font-size: 10pt;
	color:#000000;
	line-height: 130%
}

/* 10B */
.black10b {
	font-size: 10pt;
	color:#000000;
	line-height: 130%;
	font-weight: bold
}

/* 12 */
.black12 {
	font-size: 12pt;
	color:#000000;
	line-height: 130%
}

/* 12B */
.black12b {
	font-size: 12pt;
	color:#000000;
	line-height: 130%;
	font-weight: bold
}

/* 10 */
.red10 {
	font-size: 10pt;
	color:#FF0000;
	line-height: 130%
}

/* 10 */
.white10 {
	font-size: 10pt;
	color:#FFFFFF;
	line-height: 130%
}

