body {
	text-align: center;
	/*align: center;*/

	background: #FFFFFF;
	font: helvetica, arial, times;
}

.pageHeader {
	text-align: center;
	color: #000066;
}

.protocolOffice {
	font-weight: bold;
	font-variant: small-caps;
	color: #235298;
}

.protocolOfficeNormal {
	font-weight: bold;
	color: #235298;
}

.container {
	text-align: left;
	/*align: center;*/
	border-bottom: 2px solid #000000;
	padding: 10px 0 20px 0;
}

.containerHeader {
	text-align: left;
	font-weight: bold;
	font-size: large;
	color: #000066;
}

.spouseInfo {
}

.required {
	/*text-decoration: underline;*/
	/*font-weight: bold;*/
	/*color: #FF2200;*/
	color: Red;
}
.required:first-letter {
	/*color: red;*/
}

.congratulator {
	padding-top: 10px;
	text-align: left;
}

.congratulatorName {
	font-weight: bold;
}

.congratulatorRules {
	padding-left: 60px;
	font-size: small;
}

.buttons {
	padding-top: 10px;
	text-align: center;
	/*align: center;*/
}
