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

* {
	margin: 0;
	padding: 0;
}
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 100%;
	background-color: #DDDFEC;
}
p {
	font-size: 80%;
	padding-bottom: 1em;
	padding-left: 1.5em;
}
a:link {
	text-decoration: none;
	color: #003981;
}
a:hover {
	color: #003981;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #003981;
	text-decoration: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	color: #003981;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 1em;
	padding-left: 1em;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-style: italic;
	font-weight: normal;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
