@media screen, projection, print {
	BODY { background: rgb(255,255,255); font-family: 'Arial'; font-size: 10pt; color: rgb(0,0,0); }

	P { font-family: 'Arial'; font-size: 10pt; color: rgb(0,0,0); }
	P.title { font-family: 'Arial'; font-size: 18pt; color: rgb(0,0,0); }
	P.subtitle { font-family: 'Arial'; font-size: 14pt; color: rgb(0,0,0); }
	P.content { font-family: 'Arial'; font-size: 10pt; color: rgb(0,0,0); }
	P.small { font-family: 'Arial'; font-size: 8pt; color: rgb(0,0,0); }
	LI { font-family: 'Arial'; font-size: 10pt; color: rgb(0,0,0); }

	A:link { color: rgb(0,0,0); text-decoration: underline; }
	A:visited { color: rgb(0,0,0); text-decoration: underline; }
	A:active { color: rgb(0,0,0); text-decoration: underline; }
	A:hover { color: rgb(0,0,0); text-decoration: none; }

	IMG { border: thin none rgb(0,0,0); }

	TABLE { background: rgb(255,255,255); }
	TR { vertical-align: top; }
	TD { background: rgb(255,255,255); color: rgb(0,0,0); font-family: 'Arial'; font-size: 10pt; }
	TH { background: rgb(255,255,255); color: rgb(0,0,0); font-family: 'Arial'; font-size: 14pt; font-weight: normal; }
}
