p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.articletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}	
#topmenu {
	width: auto;
	font: bold 13px Arial;
	color: white;
}
#topmenu a{
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	width: 100%;	
	color: white;
	text-decoration: none;
}
#topmenu a:hover {
	color: #426DBC;
	text-decoration: none;
	background-color: white;
	cursor: pointer;
}
#hetopmenu {
	width: auto;
	font: bold 14px Arial;
	color: white;
}
#hetopmenu a{
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	width: 100%;	
	color: white;
	text-decoration: none;
}
#hetopmenu a:hover {
	color: #426DBC;
	text-decoration: none;
	background-color: white;
	cursor: pointer;
}
#leftmenu{
	width: auto;
	font: bold 13px Verdana;
	color: #17244E;
}
#leftmenu a{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	display: block;
	width: 100%;
	text-decoration: none;
	color: #17244E;
}
#leftmenu a:hover{
	background-color: #17244E;
	color: #8FACE6;
	cursor: pointer;
}
#heleftmenu{
	width: auto;
	font: bold 14px Verdana;
	color: #17244E;
}
#heleftmenu a{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	display: block;
	width: 100%;
	text-decoration: none;
	color: #17244E;
}
#heleftmenu a:hover{
	background-color: #17244E;
	color: #8FACE6;
	cursor: pointer;
}
#tooltip {
	font-family: Arial, Helvetica, sans-serif;
}

#tooltip a {
	position: relative;
	/* color: #093073;*/
}

#tooltip a span {
	display: none;
}

#tooltip a:hover {padding: 1px;} /* IE/Win requires some link change on hover in order to show the tooltips */

#tooltip a:hover span {
	display: block;
	position: absolute;
	top: 19px; 
	left: 0px; 
	width: 200px;
	border: 1px solid black;
	background-color: #CCCCCC; 
	color: #000;
	padding: 4px 4px 4px 4px;
	font-size: 10px;
	text-decoration: none;
  } 
