body
{
	margin:0;
	overflow-x: hidden; /* vertical scroll only - trippy! */
	overflow-y: auto;
	padding:30px;
	background-color: #F8FFD3;
	font-family: Arial,sans-serif; 
	font-size: 10pt;
	color:#111111; 
}
TABLE.Sidebar
{
	font-family: Arial,sans-serif; 
	font-size: 14pt;
	color:#111111; 
	
}


BUTTON, BUTTON.Dialog, INPUT.Dialog
{
	font-size: 12px;
	cursor: pointer;
	color: black;
	font-family: Arial;
	height: 22px;
	text-align: center;	
}

a
{
	 text-decoration: none;
	 color: #333333;
	 background-color: #f1f0e8;
	 padding: 1px 2px 1px 2px;
	 font-size: .76em;
	 font-weight:bold;
}

a:hover 
{
	 background-color: #dcc08c;
	 /*border: solid 1px #666666;*/
	 color: Black;
}


