.veranda {
	font-family: Verdana, Geneva, sans-serif;
}
.arial {
	font-family: arial, Geneva, sans-serif;
}
.fs10px {
	font-size: 10px;
}
.fs11px {
	font-size: 11px;
}
.fs12px {
	font-size: 12px;
}
.fs14px {
	font-size: 14px;
}
.fs16px {
	font-size: 16px;
}
.fs18px {
	font-size: 18px;
}
.black {
	color: black;
}
.green {
	color: green;
}
.blue	{ 
	color: blue;
}
.red  {
	color: red;
}
.darkred  {
	color: #993300;
}

.bold {	
font-weight: bold;
}

	

.header {
	position: relative;
	margin-bottom: 0px;
	padding 0px 0px 0px 0px;
	border-width: 0px;
	border-style: dotted;
	height: auto;
	width: 100%;
	text-align: center;
	background-color: white;
}

.headerlogoleft {
	position: absolute;
	left: 0px;
	
	
	margin-bottom: 0px;
	padding 0px 0px 0px 0px;
	border-width: 0px;
	border-style: dotted;
	height: 150px;
	width: 196px;
	text-align: center;
	background-color: white;
}
.headerlogoright {
	position: relative;
	left: 612px;
	top: -150px;

	
	margin-bottom: 0px;
	padding 0px 0px 0px 0px;
	border-width: 0px;
	border-style: dotted;
	height: 150px;
	width: 196px;
	text-align: center;
	background-color: white;
}
.headertext {
	position: relative;	

	padding 0px 0px 0px 0px;
	border-width: 0px;
	border-style: dotted;
	height: auto;
	width: 100%;
	text-align: center;
	background-color: white;
}

.headerdateleft {
	position: absolute;
	top: 154px;
	left: 0px;

	
	padding 0px 0px 0px 0px;
	border-width: 0px;
	border-style: dotted;
	height: 25px;
	width: 196px;
	text-align: center;
	background-color: white;
}
.headerdateright {
	position: absolute;
	top: 154px;
	left: 612px;

	
	padding 0px 0px 0px 0px;
	border-width: 0px;
	border-style: dotted;
	height: 25px;
	width: 196px;
	text-align: center;
	background-color: white;
}

.headerspacer {
	position: relative;
	left: 204;
	margin-top: 5px;
	padding 0px 0px 0px 0px;
	border-width: 0px;
	border-style: dotted;
	height: 25px;
	width: 406px;
	text-align: center;
	background-color: white;
}

.title {
	position: relative;
	margin-bottom: 0px;
	padding 0px 40px 0px 20px;
	border-width: 0px;
	border-style: solid;
	height: auto;
	width: 100%;
	text-align: center;
	background-color: white;


}

.instructions {
	position: relative;
	margin-bottom: 0px;
	padding 0px 40px 0px 20px;
	border-width: 0px;
	border-style: solid;
	height: auto;
	width: 100%;
	text-align: left;
	background-color: white;


}

.pagewrapper {
	max-width: 810px;
	margin: 0 auto;
}