/* due to backward compatibility, inherit is not default in all browsers
table {
	font-size:inherit;
	font-weight:inherit;
	font-family:inherit;
	font-style:inherit;
}
*/
P {color:black;font:bold 8pt Trebuchet MS;}
A {
	font-size: 10pt;	/* is like size=1 in font */
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	
}
/* color for the links in content frame */
A:link {	
	color: red; /*#FDAA34;*/
	/* text-decoration:none; */
}
A:visited {
	color: red; /*#FDAA34;*/
	/* text-decoration:none; */
}
A:Hover {
	color: red; /*#FFEE33;*/
	text-decoration:underline; 
}
/* color for links in the main frame */
A.top {
	font-size:12pt;
}
A.top:link {
	color: blue; /*#006633; */
	/* text-decoration:none; */
}
A.top:visited {
	color: blue; /*#006633;*/
	/* text-decoration:none; */
}
A.top:Hover {
	color: red;  /*#00CC66;*/
	/* text-decoration:none; */
}

.note { 
	border: 1px solid #6688CC; 
	font: 9px caption; 
	font-weight: bold; 
	background: #CCEEFF; 
	text-decoration:none; 
	color: #000077;
}
A.note { 
	text-decoration: none;
}
.notebody { 
	display:block; 
	border: 1px solid #666666; 
	color: #000000; 
	background: #EEEEEE; 
	position:absolute; 
	z-index: +10; 
	width: 120px; 
	padding: 2px; 
	font-size: 12px;
	font-style:arial;
}
.notetitle { 
	font-weight: bold; 
	background: #CCCCCC; 
	color: #000000; 
	border-color:#EEEEEE;
	border-width:1px; 
	border-bottom: 1px dashed #666666; 
	padding: 1px; 
	width: 100%; 
	margin: 0px;  
	font-size: 11px;
	font-style:verdana;
}
.notehidden { 
	display: none; 
}
.notevisible { 
	display: block; 
	position:absolute; 
	z-index: +10; 
	left:0px;
}
#contextBox
{
	position: absolute;
	display: none;
}
H1{color:#004080;font:bold 20pt Trebuchet MS;}
