/* compressor */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	color: #DD0000;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	color: #009900;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	color: #0000DD;}

td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
		}

a:link, a:visited{
	font-size: 14pt;
      	}

a:hover{
        background: #FFFF00;
	color: #FF0000;
	}

body    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13pt;
	color: #000099;
	margin: 1em 2em 2em 2em;
        background: #ffffff;
	        }
span.highlight
	{
	background-color:#FFFF00;
	}
em {
        color: #ff00cc;
        }

i {
        color: #dd0000;
        }

strong {
        color: #dd0000;
        }

p.center {
        text-align: center;
	color: #DD0000;
        }

UL {
        margin-left: 1em;
        margin-left: 1em;
        color: #DD0000;
        }

OL {
        margin: 1em;
        margin-left: 1em;
        color: #DD0000;
        }

img {
    border: 0;
        }

PRE {
    font-family: Arial, Helvetica, sans-serif;
        }

p.note {
    color: #990099;
        }

p.graphic   {
    color: #009900;
        }

p.command {
	font-size: 13pt;
	color: #000000;
	background: #eeeeee;
        }

div.left {
float : left;
width : auto;
margin: 0em;
margin-left: 0em;
}

div.center {
text-align: center;
margin: 1em;
}

div.right {
float : right;
width : auto;
margin: 2em;
margin-right: 0em;
}
