 /* standard CSS def */
 
	.contentSmall {
		font-family: verdana;
		font-size: 8pt;
		color: #FFFFFF;
	}
	.content {
		font-family: verdana;
		font-size: 9pt;
		color: #FFFFFF;
	}
	.contentBig {
		font-family: verdana;
		font-size: 11pt;
		color: #FFFFFF;
		font-weight: bold;
	}
	.headingSmall {
		font-family: verdana;
		font-size: 10pt;
		color: #AAAAFF;
		font-weight: bold;
	}
	.heading {
		font-family: verdana;
		font-size: 12pt;
		color: #AAAAFF;
		font-weight: bold;
	}
	.headingBig {
		font-family: verdana;
		font-size: 14pt;
		color: #AAAAFF;
		font-weight: bold;
	}
	.redBold {
		font-family: verdana;
		font-size: 13pt;
		color: #FF6666;
		font-weight: bold;
	}
	.link {
		font-family: verdana;
		color: #8888CC;
		text-decoration: none;
		font-size: 10pt;
		font-weight: bold;
	}
	.hrule {
		color: DarkBlue;
		width: 100%;
	}
	a {
		text-decoration: none;
		font-weight: bold;
		color: #33CCFF;
	}
	a:hover {
		text-decoration: underline;
	}
	a:visited:hover {
		text-decoration: underline;
	}
	body {
		background-color: #010028;
		color: #FFFFFF;
		font-family: Verdana;
	}
.noprint {
	display: none;
}
