.headline {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #3E1C02;
}
.caption {
	font-size: 10px;
	line-height: 12px;
	color: #663300;
}
body,tr,td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #663300;
}
.warning {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #3E1C02;
}
#itemRow {
	cursor:pointer;
}
#itemRow a{
padding: 2px;
padding-left: 15px;
display: block;
width: 300;
text-decoration: none;
}
#itemRow a:hover {
	background-color: #F1EDDA;
}

#itemBlock {
	cursor:pointer;
}
#itemBlock a{
padding: 2px;
display: block;
width: 100;
text-decoration: none;
}
#itemBlock a:hover {
	background-color: #F1EDDA;
}