/* 
    Document   : legacy
    Created on : February 21, 2007, 11:00 AM
    Description: Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {			font-family: Arial,sans-serif,Verdana;
				background-color:#000000;
				color:#FFFFFF;
				font-size:10pt; }

.MainTable   { 	color: #FFFFFF;
				border: 1px solid #FFFFFF;
				padding: 5;
				background-color: #000040; }

.blueTable	{	border: 1px solid #000084;
 				background-color: #10457B;
 				color: #FFFFFF; }
 				
.autoClipping {	width: 		500px;
				height: 	360px;
				overflow:	auto;
				border: 	0px solid }
				
a:link {		color: #00FF00;
				text-decoration: underline; }

a:visited {		color: #FFCC00;
				text-decoration: underline; }
	
a:hover {		color: #CCCCCC;
				text-decoration: none; }
				
				
.whiteBkGndTable {
			font-family: Arial,sans-serif,Verdana;
			background-color:#FFFFFF;
			color:#000000;
			font-size:10pt; }
			
.whiteBkGndTable tr a:link {
		color: #0000FF;
		text-decoration: underline; }

.whiteBkGndTable a:visited {
		color: #808080;
		text-decoration: underline; }
	
.whiteBkGndTable a:hover {
		color: #FF0000;
		text-decoration: none; }

h1 {
 	font-size: 145%;
 	color: #FFFF33; }

h2 {
	font-size: 130%;
 	color: #FFFF33; }

h3 {
	font-size: 115%;
 	color: #FFCC00; }

h4 {
	font-size: 100%;
 	color: #FFFFFF; }

h5 {
	font-size: 85%;
 	color: #334D55; }

ul {
	list-style-type: square; }

ul ul {
	list-style-type: disc; }

ul ul ul {
	list-style-type: none; }


table        { font-size: 10pt }
tr           { font-size: 10pt }
th           { font-size: 10pt }
td           { font-size: 10pt }
p            { font-size: 10pt }
li           { margin-top: 12; margin-bottom: 12 }
ol           { margin-top: 12; margin-bottom: 12 }


