.normal {  font-family: Arial, Helvetica, sans-serif; font-size: 17px; font-style: normal; font-weight: 100}
body {  font-family: Arial, Helvetica, sans-serif; font-size: 18px}
.large {  font-size: 36px; font-weight: bold; color: #05cb05}
.medium { font-size: 30px; font-weight: bold; color: #05cb05}
p {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal}
.normal_bold {  font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold}
.result {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #05cb05}
.normal_bold_red { font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold ; color: #FF0000}
.small {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.red {

font-family: Arial, Helvetica, sans-serif; color: #FF0000; font-weight: bold
}
.redItalic {

	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}
.colorTD {
	background-color: #05cb05;
}
.colorLightTD {

	background-color: #c9ffc9;
}
a:link {
	color: #05cb05;
}
a:visited {
	color: #05cb05;
}
a:active {
	color: #CCCCCC;
}