@charset "utf-8";
/* CSS Document */

td.image {
	width: 168px;
}
td.green {
	background-color: #03ae6d;
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
	width: 190px;
	font-size: 90%;
	text-align:left;
}
td.blue {
	background-color: #2cade4;
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
	width: 190px;
	font-size: 90%;
	text-align:left;
}
td.pink {
	background-color: #ea298f;
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
	width: 190px;
	font-size: 90%;
	text-align:left;
}
td.purple {
	background-color: #734093;
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
	width: 190px;
	font-size: 90%;
	text-align:left;
}



