A:link {text-decoration: none}
A:visited {text-decoration: none}
A:hover { color: red; text-decoration: underline }

.button { height:20px }

BODY
{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#606060;
}

TABLE
{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#606060;
}

.small { font-size: 11px; color: gray;}

.title { font-size: 13px; font-weight: bold;}
.topic { font-size: 13px; font-weight: bold;}
.em {color:#402020}

TABLE.A
{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#606060;
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

TD.A
{
	border: 1px solid #cccccc;
	padding: 3px;
	vertical-align: top;
}

TR.A
{
	background-color:#e8e8e8;
	text-align: center;
	color: #2266aa;
}

TD.ADashed
{
	padding:0px 0 0px 2px; /* top right bottom left */
	margin:0 0 10px 0; 
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px dashed #e8e8e8;
}

.ADashed p
{
	display:block;
	background:url('item.gif') no-repeat 0 4;
	margin-left:0;
	margin-right:2;
	margin-top:0;
	margin-bottom:0;
	padding: 3px 10px 3px 15px; 	
}