html {
	margin: 0;
	padding: 0;
	font-family: "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #131313;
	background-color: #ffffff;
}

img {
	behavior: url(assets/function/iepngfix.htc);
}

body {
	margin: 0;
	padding: 0;
}

a {
	color: #0073c1;
	text-decoration: none;
}

a:hover {
	color: #2b9cea;
	text-decoration: underline;
}

h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #0067ac;
	font-size: 130%;
	font-weight: bold;
}

h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #0067ac;
	font-size: 120%;
	font-weight: bold;
}

h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #0067ac;
	font-size: 110%;
	font-weight: bold;
}

.maintitle {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #0067ac;
	font-size: 150%;
	font-weight: bold;
}

#printlogo {
	width: 100%;
	text-align: center;
}

#headertopouter, #internalheadertopouter, #headerbottomouter, #internalheaderbottomouter, #subnav, #footerouter, #logo {
	display: none;
}

.smaller {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
