/* CSS definition file containing site wide stylesheets */

.TableDiscription {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	text-align: left;
 	background-color: rgb(255,255,255);
 	background-image: none;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.TrainingLinks {
	font-family: "Gill Sans MT",  sans-serif;
 	font-size: 10px;
 	color: rgb(0,128,128);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline;
 	text-align: left;
 	background-color: rgb(153,204,204);
 	background-image: none
}