body,td {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}

td.title{
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
}

a, a:visited, a:hover {
	text-decoration: underline;
	color: #333366;
}

a.menuTitle, a.menuTitle:hover, a.menuTitle:visited {
	color: white;
	text-decoration: none;
}

a.menuItem, a.menuItem:visited {
	color: white;
	margin-left: 5px;
	text-decoration: none;
	font-weight: bold;
}

a.menuItem:hover {
	text-decoration: underline;
	color: white;
}

a.menuItemHit, a.menuItemHit:hover, a.menuItemHit:visited {
	color: yellow;
	margin-left: 5px;
	font-weight: bold;
	text-decoration: none;
}

div.bottomSponsor {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

td.menuTitle, a.menuTitle {
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 1px;
}
td.menuTitleHit, a.menuTitleHit, a.menuTitleHit:visited, a.menuTitleHit:hover {
	color: yellow;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 1px;
}

/*
 * Menu visibility
 */
tr.menuHidden {
	visibility: hidden;
	overflow:   hidden;
	overflow-x: visible;
	display:none;
}

tr.menuVisible {
	visibility:  visible;
	overflow:    visible;
	overflow-x:  visible;
	display:     block;
}

/*
 * I/O
 */
input, textarea, .usrSearchSelect, select {
	border: 1px solid #999999;
	background: #f0f0f0;
}
