@charset "utf-8";
/* CSS Document */

body         {
	color: #134793;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #134793;
	list-style-type: circle;
}
h1 {
	color: #980248;
	font-weight: bold;
	font-size: 16pt
}
h2 {
	color: #980248;
	font-style: italic;
	font-weight: bold;
	font-size: 13pt
}
h3  {
	color: #980248;
	font-weight: bold;
	font-size: 12pt
}
h4 {
	color: #980248;
	font-weight: bold;
	font-size: 10pt
}
h5 {
	color: #330033;
	font-style: inherit;
	font-weight: bold;
	font-size: 10pt;
}
h6 {
	color: #330033;
	font-style: normal;
	font-weight: bold;
	font-size: 9pt
}
a:link {
	font-weight: bold;
	color: #40873B;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	font-weight: bold;
	color: #40873B;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	font-weight: bold;
	color: #990000;
	background-color: #E2E2E2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}