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

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #e35726;
	font-size: 13px;
	text-decoration: none;
}
a:hover {
	font-style: normal;
	font-weight: bold;
	color: #173b84;
	font-size: 13px;
	text-decoration: underline overline;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	font-style: normal;
	font-weight: bold;
	color: #173b84;
	font-size: 13px;
	text-decoration: underline overline;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #173b84;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;	
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #173b84;
	text-decoration: none;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	font-weight: normal;
	padding: 0px;
}
.infohead {
	font-size: 28px;
	font-weight: bold;
	color: #173b84;
	padding-bottom: 0px;
	/*border-bottom: 2px solid #173b84;*/
	font-family: Arial, Helvetica, sans-serif;
}
.paraheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #e35726;
}
.pinibolder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	color: #e35726;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #173b84;
}
.formheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #173b84;
}