BODY {
	color: black;
	background: white;
	font-family: Helvetica, sans-serif;
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
}

TD {
	font-family: Helvetica, sans-serif;
}

PRE, TT, CODE, KBD, SAMP {
	font-family: Courier, monospace;
}

A:link IMG, A:visited IMG A:active IMG {
	border: 0px;
	/* This does not work in Netscape 4.05, so I still	*/
	/* use BORDER=0 and the HTML 4.0 Transitional DTD	*/
}

A IMG { border-style: none }

H1.x-large { font-size: x-large }
P.center { text-align: center }
P.right, SPAN.right { text-align: right }

IMG.valign-middle { vertical-align: middle}
IMG.valign-bottom { vertical-align: bottom}
IMG.hfloat-left { float: left }
IMG.hfloat-right { float: right }

.nocss { display: none }
