BODY {
        margin-top: 8px;
        margin-bottom: 8px;
        margin-left: 8px;
        margin-right: 8px;
        background: #585858;
        text-align: center;
}

P, TD, li, div {
        font-family: sans-serif;
        font-weight: normal;
        font-size: 12pt;
        color: #000000;
        text-decoration: none;
}

h1 {
        font-size: 20pt;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
}

A:ACTIVE, A:link, a:visited {
        color: #006600;
        font-size: 12pt;
        text-decoration: underline;
}

A:HOVER {
        color: #0066FF;
        text-decoration: none;
        font-weight: bold;
}

A:ACTIVE.menu, A:link.menu, a:visited.menu {
        color: #000;
        background: #AFAFAF;
        text-decoration: none;
        border-bottom: 1px solid;
        border-left: 1px solid;
        border-right: 1px solid;
        border-color: #000;
        padding: 2px;
        width: 134px;
        text-align: center;
	display: block;
	margin: 0;
}

* html * A:ACTIVE.menu, * html * A:link.menu, * html * a:visited.menu {
        width: 140 px;
        w\idth: 134px;
}

A:HOVER.menu {
        background: #FFFFFF;
        font-weight: normal;
}

TH {
        font-family: monospace;
        font-weight: bold;
        background: #000;
        color: #fff;
        font-size: 16px;
        text-align: center;
}

td, th {
        padding: 6px;
}

table.normal, tr.normal, td.normal, th.normal {
        border-left: solid 1px;
        border-right: solid 1px;
        border-top: solid 1px;
        border-bottom: solid 1px;
        border-color: black;
        border-collapse: collapse;
}

ul {
        list-style-position: outside;
        list-style-type: disc;
}

div#All {
        width: 700px;
        marign: 10 px auto;
		    border: 0;
        background: #cfcfcf;
}

div#Header {
        height: 150px;
        backgound: #cfcfcf;
}

div#left {
        float: left;
        width: 140px;
        background: #cfcfcf;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-top: 0;
}

* html * div#left {
        width: 150px;
        w\idth: 140px;
}

div#main {
        float: left;
        width: 540px;
        background: #fff;
        min-height: 390px;
        padding: 5px;
        text-align: left;
}

* html * div#main {
        height: 400 px;
		width: 550 px;
		w\idth: 540 px;
}

div#footer {
        clear: both;
        height: 12pt;
        background: #000;
        color: #fff;
        text-align: center;
        padding-top: 2pt;
        padding-bottom: 4pt;
}

* html * div#footer {
        height: 18pt;
        he\ight: 12pt;
}

h2 {
        font-size: 14pt;
        font-weight: bold;
        text-transform: none;
        text-align: left;
        font-style: italic;
}