.green {
	color: #009900;
}

.red {
	color: #FF0000;

}

.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.fettText {
	font-weight: bold;
	}.bluerow {
	background-color: #E8EAFF;
}
.bluerowDark {

	background-color: #CACFFF;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding: 2px;
}
.orange {

	color: #FF9900;
}
.smallText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
