@charset "utf-8";
/* CSS Document */

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 1.8em;
	color: #003975;
	font-weight: bolder;
	font-style: normal;
	padding-bottom: 5px;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 1.4em;
	color: #003975;
	font-weight: bolder;
	font-style: normal;
	padding-bottom: 5px;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #003975;
	line-height: 1.8em;
}
p a {
	color: #002F60;
}
