body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

dt {
	font-weight: bold;
	margin-top: 7px;
}

.page-title {
	font-size: 150%;
	font-style: italic;
	color: #B02020;
}

th.tblist {
	text-align: left;
	vertical-align: top;
}
td.tblist {
	vertical-align: top;
}

/*
a.hmenu:link	{color: white;}
a.hmenu:visited	{color: silver;}
a.hmenu:hover   {text-decoration: underline; color: red;}

td.hmenu {
	font-weight: bold;
	font-size: smaller;
	color: white;
	background-color: green;
	text-align: center;
}
*/

table.page-head {
	border-width: 0 0 2 0;
	border-style: solid;
	border-color: white white #008000 white;
}

td.revised {
	font-size: smaller;
	font-style: italic;
	text-align: right;
	padding-right: 1em;
}

td.body {
	padding-left: 1em;
	padding-right: 1em;
}

a.navMenu:link		{color: white;}
a.navMenu:visited	{color: black;}
a.navMenu:hover		{text-decoration: underline;}

td.navMenu {
	font-size: 85%;
	background-color: #80B080;
	text-align: left;
	padding: 2 3 2 3;
	border-width: 1;
	border-style: solid;
	border-color: white #666666 #666666 white;
}

td.navMenu-selected {
	font-size: 85%;
	font-weight: bold;
	color: black;
	background-color: white;
	text-align: left;
	padding: 2 3 2 3;
	border-style: solid;
	border-color: #999999 #999999 #DDDDDD #999999;
	border-width: 1 1 1 1;
}

