body,table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
}
.small {
	font-size: 8pt;
}
.red {
	color:#f00;
}
.blue {
	color:#00f;
	cursor:pointer;
}
.green {
	color:#090;
	cursor:pointer;
}