@charset "UTF-8";
/* CSS Document */

.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

.smallheader {
	font-family: Helvetica;
	font-size: 14px;
	color: #596767;
	font-weight: bold;
}

.header {
	font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #A94225;
}

	

a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.verysmall {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	}
	
.required {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color:#FF0000
	}
	
.missing {
font-family: Helvetica;
	font-size:14px;
	color:#FF0000
	}