A:link { text-decoration: none ; color: #00ff00 }
A:active { text-decoration: underline ; color: #22ff22 }
A:visited {text-decoration: none; color: #00ff00 }
A:hover { text-decoration: none; color: #33ff33 }

body {
	background-repeat: no-repeat ;
	background-color: #000000;
	margin: 2 ;
	color: #ffffff ;
	font-size: 9pt ;
}

table {
	border-width: 0 ;
	margin-width: 1 ;
	padding-width: 1 ;
	vertical-align: top ;
}

td {
	vertical-align: top ;
}

img {
	border-width: 0 ;
}


.Quote {
	color: #ffffff ;
	margin: 2 ;
}

.ContentTable {
	font-size: 10pt ;
	border-style: inset ;
	border-color: #313131 ;
	border-width: 2 ;
	padding: 4 ;
	margin: 2
}

.ContentTable td { 
	font-size: 10pt ;
	border-color: #555555;
	border-width: 0;
	border-style: outset;
	padding: 2 ;
	vertical-align: top ;
}

.CompactTable { 
	font-family: Verdana, Arial, Helvetica ;
	font-size: 8pt ;
	border-style: solid; 
	border-color: #333333;
	border-width: 0;
	padding: 4;
	margin: 2
}

.CompactTable td { 
	font-family: Verdana, Arial, Helvetica ;
	font-size: 8pt ;
	border-color: #555555;
	border-width: 2;
	border-style: outset;
	vertical-align: top ;
}

.CompactGreenTable { 
	font-family: Verdana, Arial, Helvetica ;
	font-size: 8pt ;
	border-style: solid; 
	border-color: #333333;
	border-width: 0;
	padding: 4;
	margin: 2
}

.CompactGreenTable td { 
	font-family: Verdana, Arial, Helvetica ;
	font-size: 8pt ;
	background-color: #007700;
	border-color: #555555;
	border-width: 2;
	border-style: outset;
	vertical-align: top ;
}

.ReadOnlyControl {
	background-color: #aaddaa;
}

.MenuDiv {
	position: static;
	margin: 2px;
	padding: 3px;
	width: 220;
	height: auto ;
	overflow: auto ;
	border: 2px solid #555555 ;
}

.MenuCellDiv {
	margin: 2px;
	margin-left: 4px;
	background-color: #004400;
	font-family: Verdana, Arial, Helvetica ;
	font-size: 8pt ;
}

.MajorContentDiv {
	color: #ffffff ;
	line-height: 110% ;
	font-family: Georgia, Garamond, Verdana ;
	font-size: 9pt ;
	margin: 6px;
	padding: 3px;
	height: auto ;
	overflow: auto ;
	border: 2px solid #555555;
}

.DisplayPanel {
	background-color: #000000 ;
	position: absolute ;
	left: 0px ;
	top: 65px ;
	color: #ffffff ;
	font-size: 9pt ;
	padding: 4px ;
	width: auto ;
	height: auto ;
	overflow: auto ;
	layer-background-color: #000000 ;
	border: 1px solid #000000 ;
	visibility: hidden ;
}

.LinkInfo {
	background-color: #000000 ;
	position: relative ;
	color: #ffffff ;
	font-size: 8pt ;
	padding: 4px ;
	width: auto ;
	height: auto ;
	overflow: auto ;
	layer-background-color: #000000 ;
	border: 1px solid #000000 ;
	visibility: hidden ;
	display: none ;
}
