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

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

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

.header {
	font-family:Helvetica;
	font-size:16px;
	font-weight:bold;
	color:#2D658A;
}
a {
	font-weight: bold;
	text-decoration: none;
	color:#000000
}

.verysmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	}
	
.required {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	font-size: 11px;
}

.missing{
font-family:Helvetica;
color: #FF0000;
font-size:14px
}
