BODY{
	background-color: #FFFFFF;
}

H2  {
	color : #000000; /* purple: 9933FF */
	font-weight : normal;
	font-style : normal;
	font-family : "Arial Black", chicago, arial;
	font-size : 18pt;
}

H3  {
	color : #000000; /* purple: 9933FF */
	font-weight : bold;
	font-style : normal;
	font-family : chicago,arial;
	font-size : 16pt;
}

P {
	color : #FFFFFF; /* white: FFFFFF */
	font-weight : normal;
	font-family : geneva,arial,sans-serif;
	font-size : 10pt;
}

.p {
	color : #000000; /* white: FFFFFF */
	font-weight : normal;
	font-family : geneva, arial,sans-serif;
	font-size : 10pt;
}

.white {
	color : #FFFFFF; /* white: FFFFFF */
	font-weight : normal;
	font-family : geneva, arial;
	font-size : 10pt;
}

.title  {
	color : #990000;
	font-weight : bold;
	font-style : normal;
	font-family : "verdana", geneva, arial;
	font-size : 10pt;
}

.note {
	color : #FF0000;
	font-weight : normal;
	font-family : "MS sans serif" verdana, geneva, arial;
	font-size : 8pt;
}

.warning {
        color : #FF0000;
}

.smallnote {
	color : #D6D6D6;
	font-weight : normal;
	font-family : "MS sans serif" verdana, geneva, arial;
	font-size : 6pt;
}


.em {
	font-weight : bold;
}
