@charset "utf-8";
/* CSS Document */                   

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	margin-top: 0.5px;
	background-color: #FFFFFF;
}

.pagebreak {
	page-break-before: always;
}

.header {
	font-size: 37px;
	font-weight: bold;
}

.subheader {
	font-size: 21px;
	font-weight: bold;
}

.wedheader {
	font-size: 21px;
	font-style: italic;
}

.hvfield {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	color: #0000CC;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

.hvtextbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #0000CC;
	border: 1px dotted #0066FF;
}

