@charset "ISO-8859-1";
/* CSS Document */


#print-table, #banner, #menu{display: none;}
body {
	background-color: #fff;
	font-size: 11pt;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#content, #content-main, #container {width: 100%; margin: 0; float: none; text-align: left;}
p{margin: 0.5em 0 0.5em 0;line-height: 1.25em;text-align: left; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */}
a{color:#900}


h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    margin: 1em 0 0.5em 0;
    padding: 0;
	color: #900;
}

h1
{   margin-top: 0.5em;
    font-size: 1.8em;}

h2
{font-size: 1.4em;}

h3
{font-size: 1.1em;}

