body{
	font-size: 14px;
	color: #333333;
	text-align: left;
	margin: 0;
	padding: 0;
}
dl {
    width: 190px;
@@_width: 200pxl;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 5px;
    line-height: 1.5;

}

dt {

}

dd {
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-color: #E2E2E2;
	border-bottom-style: solid;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.new{
	color:#BF0000;
}