BODY {
	background-image : url(images/bg.gif);
}

.DEMO{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
}

.normaltext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	line-height : 12pt;
	color : #000000;
}

.boldtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	line-height : 12pt;
	color : #000000;	
}

.italictext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : italic;
	font-weight : normal;
	line-height : 12pt;
	color : #000000;
}

td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	line-height : 12pt;
	color : #000000;
}

.link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	line-height : 12pt;
	text-decoration : underline;
	color : #000000;
}