/* CSS Document */

body {
	background-color: #000000;
	background-repeat: repeat;
}
.italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	color: #999999;
	line-height: 18pt;
}
.sans {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #999999;
	line-height: 14pt;
}
.italicsmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: italic;
	line-height: 14pt;
	color: #999999;
}
