body
{
	font-family: Arial;
	margin: 0px;
}

.menuTab {
	width: 90px;
	height: 20px;
	background-image: url(../images/newtab_u6.gif);
	text-align: center;
	color: gray;
	cursor: pointer;
	font-size: 12pt;
}

.menuTabSel {
	width: 90px;
	height: 20px;
	background-image: url(../images/newtab6.gif);
	text-align: center;
	color: gray;
	font-size: 12pt;
}

.menuTabOver {
	width: 90px;
	height: 20px;
	background-image: url(../images/newtab_o6.gif);
	text-align: center;
	color: white;
	cursor: pointer;
	font-size: 12pt;
}

.menuFiller {
	width: 20px;
	height: 20px;
	background-image: url(../images/newu_line.gif);
	font-size: 12pt;
}

.title
{
	font-weight: bold;
	font-size: 10pt;
	background-color: lightgrey;
	border: 1px solid gray;
	padding: 5px;
}

.info
{
	border: 1px solid lightgrey;
	font-size: 10pt;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
