.error{
	text-align:						left;
	font-size:						12px;
	font-weight:					bold;
	border-bottom:				1px solid #DEDEDE;
	background:						#FFFFDD url("img/error.png") no-repeat left center;
	background-position:	22px;
	overflow:							hidden;
	padding:							10px 60px;
}

td{
	vertical-align: top;
	text-align: justify;
	font-size: 10pt;
}

.parent{
	font-weight:	bold;
}

.active,
.active a{
	font-weight:	bold;
}

.listelement a{
	font-weight:	normal;
}

.parent ul,
.active ul,
.listelement ul{
	font-weight:	normal;
}

.left{
	float: left;
}

.right{
	float: right;
}

.nonfloat{
	clear: both;
}

.text{
	padding: 10px;
}