
@media screen{
	h1 { color: #000; font-size: 12pt; font-weight: bold }
	h2 { color: #000; font-size: 11pt; font-weight: bold }
	h3 { color: #000; font-size: 11pt; font-weight: bold; margin: 1em 0 }
	h4 { color: #000; font-size: 10pt; font-weight: bold }
	h5 { color: #2d2d2d; font-size: 8pt }
	h6 { color: black; font-size: 6pt }
	table { height: 10pt }
	body { color: #2d2d2d; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; background-image: none }
	p { color: #000; font-size: 10pt }
	td { }
	ul { color: #2d2d2d; font-size: 10pt; list-style-type: disc; margin: 1em 0 1em 40px }
	a:link { color: #369; font-size: 10pt; font-weight: normal; text-decoration: none }
	a:visited { color: #369; font-size: 10pt; font-weight: normal; text-decoration: none }
	a:hover { color: #369; font-size: 10pt; font-style: oblique; font-weight: normal; text-decoration: none }
	a:active { color: #369; font-size: 10pt; font-weight: normal; text-decoration: none }
	.hideme   { }
	.printme { width: 650px }
	.mainbit    { width: 850px }
}
@media print {
	h1 { color: #000; font-size: 12pt; font-weight: bold }
	h2 { color: #000; font-size: 11pt; font-weight: bold }
	h3 { color: #000; font-size: 11pt; font-weight: bold; margin: 1em 0 }
	h4 { color: #000; font-size: 10pt; font-weight: bold }
	h5 { color: #2d2d2d; font-size: 8pt }
	h6 { color: black; font-size: 6pt }
	body { color: #2d2d2d; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; background-image: none }
	p { color: #000; font-size: 10pt }
	td { }
	ul { color: #2d2d2d; font-size: 10pt; list-style-type: disc; margin: 1em 0 1em 40px }
	a:active { color: #369; font-size: 10pt; font-weight: normal; text-decoration: none }
	a:hover { color: #369; font-size: 10pt; font-style: oblique; font-weight: normal; text-decoration: none }
	a:visited { color: #369; font-size: 10pt; font-weight: normal; text-decoration: none }
	a:link { color: #369; font-size: 10pt; font-weight: normal; text-decoration: none }
	.hideme { display: none }
	.mainbit { width: 650px }
	.printme   { width: 650px }
	table { height: 10pt }
}

