body, P, BR, UL, OL, LI {
	margin: 0px;
	font: 8.75pt 'trebuchet ms', helvetica, arial, sans-serif;
	color: darkslategray;
	cursor: default;
	text-align: justify;
}
		
td {
	font: 8.75pt 'trebuchet ms', helvetica, arial, sans-serif;
	color: darkslategray;
	text-align: justify;
	cursor: default;
}

#topbar{
	position:absolute;
	border: 0px;
	padding: 2px;
	background-color: transparent;
	width: 100%;
	text-align: center;
	visibility: hidden;
	z-index: 100;
}

#tooltip {
	background: Gold;
	border: 1px solid Black;
	text-align: justify;
	font: 11px Tahoma, Helvetica,sans-serif;
	margin: 0px;
	-moz-border-radius: 8px;
	padding: 5px 5px;
	position: absolute;
	visibility: hidden;
	color: black;
}

a.copylink, a:hover.copylink, a:visited.copylink {
	color: white;
	text-decoration: none;
}

.skin0{
	padding: 2px;
	position: absolute;
	width: 165px;
	border: 1px solid black;
	background: white;
	line-height: 14pt;
	cursor: default;
	z-index: 900;
	visibility: hidden;
	color: black;
	font: menu;
}

.menuitems{
	padding-left: 2px;
	padding-right: 2px;
}

.menuhr {
	height: 1px;
	width: 94%;
	text-align: center;
	line-height: 6px;
}

/*Left Link Properties*/
.cell, .cell:visited {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	padding:0; 
	text-decoration:none; 
	height:20px; 
	display:block; 
	padding-left:16px; 
	padding-top:3px; 
	background-image: url(../images/off.gif); 
	background-repeat:no-repeat;
	color: #2F4F4F;
	font-weight: bold;
}

.cell:hover {
	text-decoration: none; 
	display:block; 
	padding-left:16px; 
	background-image: url(../images/on.gif);
	color: white;
	font-weight: bold;
}

.cell2, .cell2:visited {
	padding-left: 16px;
	background-image: url(../images/off.gif); 
	background-repeat:no-repeat;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	text-decoration:none; 
	height:20px; 
	display:block; 
	padding-top:3px; 
	color: #2F4F4F;
	font-weight: bold;
}

.cell2:hover {
	padding-left: 16px;
	background-image: url(../images/on.gif);
	text-decoration: none; 
	display:block; 
	color: white;
	font-weight: bold;
}

/*End Left Link Properties*/

a.topmenu, a:visited.topmenu {
	color: black;
	padding: 4px 8px 4px 8px;
	background: silver;
	text-decoration: none;
	font-size: 8pt;
	border: 1px solid gray;
}

a:hover.topmenu {
	color: black;
	padding: 4px 8px 4px 8px;
	background: #E7E7E7;
	text-decoration: none;
	font-size: 8pt;
	border: 1px solid gray;	
}

H1 {
	color: #005CB5;
	font-size: 16pt;
}

a.sitelink, a:visited.sitelink {
	color: darkslategray;
	text-decoration: none;
}

a:hover.sitelink {
	color: black;
	text-decoration: underline;
}