/* CSS definition file containing site wide stylesheets */

.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
}

p {
    font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000;
		font-weight: normal;
 	font-style: normal;
 }
 
p:link {
	 font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000;
		font-weight: normal;
 	font-style: normal;
	text-decoration:underline;
}

#grayBg {
	background-color: #ECECEC;
	padding: 5px;
	display:block;
}

