/* Links in the text. */
a:link {
	font-size: 10pt;
	/* font-weight: 600; */
	color: #990000;
	text-decoration: underline;
}

a:visited {
	font-size: 10pt;
	/* font-weight: 600; */
	color: #333366;
	text-decoration: underline;
}

a:hover   { 
	text-decoration:none;
	color: #000066;
}

/* Menu items in the top menu bar */
#menu-bar {
	padding: 1px;
	vertical-align: middle;
	clear:both;
}

#menu-bar a:link, #menu-bar a:visited  {
	font-family: Georgia, Arial, Helvetica, serif;
	font-size: 12pt;
	font-weight: bold; 
	position: relative;
	bottom: 5px;
	/* display: inline; */
	white-space: nowrap;	
	vertical-align: bottom;
	padding: 5px;
	padding-left: 10px;
	margin-left: 10px;
	cursor: pointer;
	color: black;
	text-decoration: none;
}

#menu-bar a:hover   { 
	/*color: #2f4f4f;	 */
	color: #4f6f6f;
	text-decoration: underline;
}

/* Items in the drop menus */
.drop-menu a, .drop-menu a:link, .drop-menu a:visited, .drop-menu a:active {
	display: block;
	padding: 2px 5px;
/*	border-top: 1px solid #EEEEEE;*/
	font-weight: 500;
	text-decoration: none;
	/* background-color: #CCCCCC;
	border: 1px outset #EEEEEE; */
	background-color: white;
	border-width: 1px;
}



.drop-menu a:hover {
	font-weight: bold;
	text-decoration: none;
	background-color: #DDDDDD;
	color: #2f4f4f;
	/* border: 1px inset #EEEEEE; */
	border-width: 1px;
}

/* Links in the copyright section */
.copyright a {
 font-size: x-small;
 font-weight: normal;
 color: #000066;
}

.copyright a:link, .copyright a:visited, .copyright a:active
{
	text-decoration: underline;
}

.copyright a:hover {
	color: #0000FF;
	text-decoration: none;
}

