TD, P {
	line-height : 16px;
}
A{
	color : #dc1e37;
	font-weight : bold;
	text-decoration : none;	
}
A:hover{
	color : #dc1e37;
	font-weight : bold;
	text-decoration : underline;
}
.title{
	color : #dc1e37;
	font-size : 8pt;
	font-weight : bold;
}

.error{
	background-image: url(../icons/error.gif);
	background-position: 50% left;
	background-repeat: no-repeat;	
	display: block;
	padding-left: 20px;
	height: 16px;
	color : #dc1e37;
	font-weight : normal;
}

.warning{
	background-image: url(../icons/warning.gif);
	background-position: 50% left;
	background-repeat: no-repeat;	
	display: block;
	padding-left: 20px;
	height: 16px;

	color : #747474;
	font-weight : normal;
}
LI{
	list-style:url('../icons/li.gif');
}