/* CSS Document */
body {
	background-color: #dfdcce;
}
.bold {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #494637;
}
a {
	font-family: Tahoma;
	font-size: 11px;
	color: #494637;
	font-weight: bold;
}
a:hover {
	color: #B5B2A1;
}
body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #443D33;
}
.help{visibility:hidden; position:absolute; left:0; top:0; z-Index:2; width:250px; background-color:#EDEAD9; border-style:solid; border-width:1px; border-color:#494637; font:11pt 'tahoma'; padding:0px}
.help2{background-color:#ffeebb}