/* CSS definition file containing site wide stylesheets */

.Heading {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 22px;
 	line-height: 30px
}

.BoxWhite {
	background-color: rgb(255,255,255);
 	padding: 10px 30px 30px 30px;
 	border-left: 1px solid rgb(0,68,92);
 	border-right: 1px solid rgb(0,68,92);
 	border-bottom: 1px solid rgb(0,68,92)
}

.BoxBlue {
	background-color: rgb(203,224,247);
 	border: 1px solid rgb(0,94,153);
 	padding: 20px
}