/* CSS definition file containing site wide stylesheets */

.table_title {
	font-size: 12px;
 	text-transform: capitalize;
 	color: rgb(255,255,255);
 	line-height: 22px;
 	font-weight: bold;
 	text-align: left;
 	background-color: rgb(239,63,68)
}

.table_head {
	color: rgb(255,255,255);
 	line-height: 20px;
 	font-weight: bold;
 	background-color: rgb(89,48,134)
}

.para_head {
	color: rgb(89,48,134);
 	font-weight: bold
}