.plain_text {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #003300;
}
.white {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.black_bold {
	font-family: Tahoma;
	font-weight: bold;
	color: #333333;
	font-size: 11px;
}
.brown {
	font-family: Tahoma;
	font-size: 11px;
	color: #773E01;
}
.green_bold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #006600;
}
.red_plain {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
}
.green_plain {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #006600;
}
.orange {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF3300;
}
