.body {	font-family: sans-serif; }
.toggler {	font-size: smaller; 	cursor: pointer; }
.dateview { overflow: auto; }
.menubar {
	color: white;
	background-color: black;
	height: 23px;
}	
.menu {
	height: 22px;
	color: white;
	background-color: black;
	
	text-decoration: none;
	font-weight: bolder;
	font-family: sans-serif;
	font-size: 14px;
	vertical-align: baseline;
	line-height: 1.4em;
	/* text-indent: 20px; */
	
	/* border: 1px solid black; */
	
	z-index: 10; 
	cursor: pointer;
	/* position: absolute;  */
	/* background-color: black; opacity: 0.01; filter: alpha(opacity=1); */
}

/*
::-moz-selection{
	background:#cc0000;
	color:#fff;
}

::selection {
	background:#cc0000;
	color:#fff;
}
*/

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

.pubdate
{
	color: black;
	font-size: 10pt;
	font-weight: bold;
}

.navbg
{
	background: #76F5FF;
	padding-top: 2px;
	padding-bottom: 2px;
}

.navlabel
{
	font-size: 10pt;
	font-weight: bold;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	vertical-align: middle;
}

.toc
{
	text-align: left;
	border: 1px solid #cdcdcd;
}

.arthead
{
	color: black;
	font-weight: bold;
	font-size: smaller;
}
.arthead img
{
	vertical-align: text-bottom;
}

.artitem
{
	color: black;
	font-size: 9pt;
	cursor: pointer;
	padding-right: 20px;
}


p
{
	font-size: 12pt;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

select {
	border: 1px solid grey;
}