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

h1 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 0px;
	font-weight: bold;
}

h2 {
	color: #37454E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

h3 {
	color: #37454E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}

h4 {
	color:#00539F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 10px;
}

h5 {
	color: #00539F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.Green {
	color:#03954C
}

.Red {
	color:#DC1F26
}

.bluebold {
	color:#00539F;
	font-weight: bold;
}

.DemoForm {
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
