@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Calibri, Tahoma;
	font-size: 13px;
	color: #000;
}
a:link {
	color: #D0D1E6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D0D1E6;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Calibri, Tahoma;
	margin: 0px;
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
}
h2 {
	font-size: 18px;
	color: #006ac4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006ac4;
}
h3 {
	font-size: 16px;
	color: #FFFFFF;
}
.formObject {
	color: #001f52;
	background-color: #015ead;
	font-family: Calibri, Tahoma;
	font-size: 13px;
	border: 1px solid #004076;
}

