/* CSS Document */
<style type="text/css">
<!--

h1, h2, h3, h4, h5, h6, body, td, th, p { color: rgb(0,0,0) ; }
h1, h2, h3, h4, h5, h6, body, td, th, p { font-family: Verdana, Arial, Helvetica, sans-serif; }

a { font-size:12px; color: #6C6CFF }
a:link { color: #6C6CFF ; text-decoration: none; }
a:visited { color: #6C6CFF ; text-decoration: none; }
a:hover { color: #6C6CFF ; text-decoration: underline; font-weight:bold; }
a:active { color: #6C6CFF ;text-decoration: none; }

h1 { font-size: 32px; } 
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
body { font-size: 12px; }

td { font-size: 12px; }
th { font-size: 12px; }
p { font-size:12px; }

p.red { color: #CC0000 ; }
p.italic { font-style: italic; }
p.oblique { font-style: oblique; }

span { font-size:12px; color: rgb(255,0,0); }

img#r45 {
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg); /* Standard syntax */
	}
img#r90 {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg); /* Standard syntax */
	}
img#r180 {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg); /* Standard syntax */
	}
img#r270 {
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); /* Standard syntax */
	/*z-index: auto; */
	*/position: relative; */
	overflow: scroll;
	}

#MenuLayer1 { position:absolute; left:5px; top:130px; width:300px; height:480px; z-index:1 }
#MenuLayer2 { position:absolute; left:5px; top:5px; width:1000px; height:115px; z-index:2; }
#MenuLayer3 { position:absolute; left:350px; top:130px; width:1000px; height:300px; z-index:3; }

-->
</style>
