/* General styles go here */

HTML {
        overflow-x: hidden;             /* Workaround for IE scrollbar bug */
	overflow-y: auto;
}

BODY {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #000033;
}

TD {
	font-size: 10pt;
}					/* Stupid Mozilla inheritance bugs */

A {
	text-decoration: none;
	font-weight: bold;
}
