html, body { text-align: center;
	background-color: #d2d2d2;
	font-family: arial, helvetica, sans-serif;
	margin-top: 0px;
	}

#frame {text-align: left;
	background-color: #c8c8c8;
	border: 1px solid #000000;
	width: 770px;
	\width: 770px;
	w\idth: 770px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	}

#header {	
	padding: 5px 0px 5px 215px;
	margin-bottom: 5px;
	border-bottom: 2px dotted #000000;
		}

#bodyText {font: normal 11px/13px arial, helvetica, sans-serif;
		padding: 10px;
		margin-left: 170px;
		margin-right: 165px;
		background-color: #d8d8d8;
		border: 2px dotted #000000;
		}

#contentLeft { display: none;
		}

#contentRight { display: none;
	}

#footer {	clear: both;
			margin-top: 5px;			
	background-color: #d8d8d8;
	border-top: 2px dotted #000000;
	margin-bottom: 2px;
	padding: 10px;
	 /* clear: left; dictates location to bottom of body text */
	font: normal 10px arial, helvetica;
	}

/* for CSS2 compatible browsers only */
[class~="contentLeft"] { margin-left: 0mm;
}
[class~="contentRight"] { margin-right: 0mm;
}
	
/* table block formatting details */
td {font: normal 10pt arial, helvetica, sans-serif;}
.t {font: normal 9pt arial, helvetica, sans-serif;}
.td {font: normal 8pt arial, helvetica sans-serif;}
.td1 {font: normal 7.8pt arial, helvetica, sans-serif; background-color: #ffffff;}
.td2 {font: normal 7.8pt arial, helvetica, sans-serif; background-color: #dcdcdc;}
.td3 {font: normal 7pt/10pt arial, helvetica, sans-serif;}
.td4 {font: normal 7.8pt arial, helvetica; background-color: #fffbbb;}
.note {background: #fffbbb;}
.list {font: normal 8.8pt arial, helvetica, sans-serif;}
.block {font: normal 8pt arial, helvetica; background: #dcdcdc; padding: 4px; }
ul	{ line-height: 15px; }

hr	{ color: #a1a1a1;
	width: 100%;
	height: 2px;
}
h5, h6 { margin-top: 3px;
	margin-bottom: 5px;
	line-height: 14px;	}
h6  { font-size: 11px; }
	
img { border: 0px;
}

a:link {text-decoration: underline; color: blue;}
a:visited {text-decoration: underline; color: olive;}
a:active {text-decoration: underline; color: red;}
a:hover {text-decoration: underline; color: darkblue; font-style: italic; } 

/*  div#links {
	Z-INDEX: 100; LEFT: 0px; FONT: 12px arial, sans-serif; WIDTH: 100px;
}  */
div#links A {
 	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 1px; FONT: bold 1em sans-serif; COLOR: blue; PADDING-TOP: 0px; TEXT-DECORATION: none
}
div#links A:hover {
	BACKGROUND: #aaa; COLOR: #fff; width: 100px;
}
div#links A SPAN {
	DISPLAY: none
}
div#links A:hover SPAN {
	padding: 15px; DISPLAY: block; Z-INDEX: 100; LEFT: 260px; MARGIN: 2px; FONT: normal 15px Verdana, sans-serif; WIDTH: 220px; COLOR: blue; TEXT-ALIGN: center; background: #bbccee; POSITION: absolute; TOP: 140px; border-top: 2px solid #ff00ff; border-left: 2px solid #ff00ff; border-right: 2px solid #ff00ff; border-bottom: 2px solid #ff00ff
}
