/* CSS definition file containing site wide stylesheets */

.Heading {
	font-size: 16px;
 	line-height: 14px;
 	font-weight: bold;
 	margin-top: 0pt;
 	margin-bottom: 0pt
}

.ContentBox {
	background-color: rgb(255,255,255);
 	border: 1px solid rgb(0,204,204);
 	padding: 12px
}