/* CSS definition file containing site wide stylesheets */

.boxed-emphasis {
	font-size: 13px;
 	font-weight: bold;
 	text-align: center;
 	background-color: rgb(255,255,255);
 	border: 1px solid rgb(51,102,153);
 	padding: 3px
}

.centered {
	text-align: center
}

.pale-yellow {
	color: rgb(255,255,204)
}

.signature {
	font-size: 13px;
 	text-align: right
}

.centered-bold {
	font-weight: bold;
 	text-align: center
}

.subsignature {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10px;
 	text-align: right
}

.formPrompt {
	font-weight: bold;
 	text-align: right
}

.Emphasis {
	font-size: 14px;
 	font-weight: bold;
 	text-align: left
}