body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;

}

a:link, a:visited {
	font-size: 11px;
	color: #006600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*---------- Text -----------*/

.text {
	font-size: 12px;
}

.text-bold {
	font-size: 12px;
	font-weight: bold;
	color: #333333;

}
.title {
	font-size: 14px;
	font-weight: bold;
}
.text-semismall {
	font-size: 11px;
	color: #333333;
}
.text-bold-grn {
	font-size: 12px;
	font-weight: bold;
	color: #336600;
}
.text-semismall-red {
	font-size: 11px;
	color: #CC3300;
}
.results_default {
    background-color: #FFFFCC;
}
.results_highlight{
    background-color: #F1F9F1;
}
.cattitle {
	font-weight : bold;
	font-size : 10pt;
	color :  #336600;
}

.catsubtitle {
	font-weight : normal;
	font-size : 10pt;
	color :  #336600;
}
