	body {
		margin:0px 0px 0px 0px;
		padding:0px;
		font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: 400;
		}

	td {
		font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: 400;		
		}
		
	.linkbar {
		color: White;
		font-size: 9px;
		font-weight: 600;
		text-align: right;
		vertical-align: middle;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 0px;
		padding-right: 0px;
		}
		
	a.htmltooltip:link {
		color: #8c8cff;
		font-size: 9px;
		font-weight: 600;
		text-align: right;
		vertical-align: middle;
	    text-decoration:none;
		}
	a.htmltooltip:visited {
		color: #8c8cff;
		font-size: 9px;
		font-weight: 600;
		text-align: right;
		vertical-align: middle;
	    text-decoration:none;
		}
	a.htmltooltip:hover {
		color: #ffffff;
		font-size: 9px;
		font-weight: 600;
		text-align: right;
		vertical-align: middle;
	    text-decoration:none;
		}

/*---------- Main Window -----------*/
.mainwindow {
		color: Black;
		font-size: 14px;
		font-weight: 500;
		padding-top: 10px;
		padding-left: 10px;
		}
a.mainwindow:link {
	color: #004080;
	font-size: 14px;
	font-weight: 800;
	padding-top: 0px;
	padding-left: 0px;
	text-decoration:none;
}
a.mainwindow:visited {
	color: Green;
	font-size: 14px;
	font-weight: 800;
	padding-top: 0px;
	padding-left: 0px;
	text-decoration:none;
}
a.mainwindow:hover {
		color: #cc3300;
		font-size: 14px;
		font-weight: 800;
		padding-top: 0px;
		padding-left: 0px;
	    text-decoration:none;
		font-style: italic;
		}

	
	.leftbar {
		color: White;
		font-size: 12px;
		font-weight: 500;
		padding-top: 10px;
		padding-left: 10px;
		}
	a.leftbar {
		color: Yellow;
		font-size: 12px;
		font-weight: 700;
		padding-top: 10px;
		padding-left: 10px;
		TEXT-DECORATION: none;
		}
	.leftbarLRG {
		color: White;
		font-size: 16px;
		font-weight: 900;
		padding-top: 10px;
		padding-left: 10px;
		}
	a.leftbarLRG {
		color: Yellow;
		font-size: 16px;
		font-weight: 900;
		padding-top: 10px;
		padding-left: 10px;
		TEXT-DECORATION: none;
	}
	
/*---------- Right Bar -----------*/
	.rightbar {
	color: Black;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	padding: 10px 10px 10px 10px;
	text-align: justify;
	}
	a.rightbar:link {
	color: #004080;
	font-size: 12px;
	line-height: 12px;
	font-weight: 800;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	TEXT-DECORATION: none;
	}
	a.rightbar:visited {
	color: Green;
	font-size: 12px;
	line-height: 12px;
	font-weight: 800;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	TEXT-DECORATION: none;
	}
	a.rightbar:hover {
	color: Red;
	font-size: 12px;
	line-height: 12px;
	font-weight: 800;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	TEXT-DECORATION: none;
	font-style: italic;
	}

	.copyright {
		color: White;
		font-size: 8px;
		font-weight: 200;
		vertical-align: middle;
		}

	#centercontent {
		background:#fff;
   		margin-left: 201px;
   		margin-right:201px;
		border:1px solid #000;
		padding: 14px;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 201px;
   		margin-right:221px;
		}

		
		
		
/*---------- tooltip -----------*/
div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: #272727;
border: 10px solid black;
color: white;
padding: 3px;
width: 200px; /*width of tooltip*/
}