/*  search-Brandt                 */


/*    anchors    */

td.category-title {
	text-align:left;
	font-size: 13px;
	font-weight : bold; 
}

/*    anchors    */
td.category-title a:active {
    color: #7e7e7e;
    text-decoration: underline;
	cursor:hand
}

td.category-title a:link {
	color:  #000000;
	text-decoration: none;
	cursor:hand
}

td.category-title a:visited {
	color: #7e7e7e;
	text-decoration: none;
	cursor:hand
}

td.category-title a:hover {
	color: #cc0000;
	text-decoration: underline;
	cursor:hand
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
	cursor:hand
}



td.section-title {
	background-color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
	color: #ffffff;
	font-weight : bold;
	text-align:center;
	padding:0;
	border-left: #ebebeb 1px outset;
 	border-bottom:#000000 1px outset;
	border-right: #000000 1px outset;
 	border-top: #ebebeb 1px outset;
}

.data-label { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight : bold; 
	color : #000000;	 
}

#conditions-data-value {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #cc0000;
	font-style : italic;
}