@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial;
	font-size:10pt;
    background-color: #CCCCCC;
}
h1 {
	font-size:13pt;
	font-weight:bold;
}
h2 {
	font-size:12pt;
	font-weight:bold;
}
h3 {
	font-size:11pt;
	font-weight:bold;
}
.style1 {
	font-size: 14pt;
	font-weight: bold;
}
.style2 {
	font-size: 8pt;
	width: 150px;
	font-style: italic;
}
.style3 {
	font-style: italic;
	text-decoration: underline;
}
ul {
	text-indent: 0px;
	margin: 1px;
	padding: 1px;
	list-style-position: inside;
	list-style-type: square;
}
li {
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a {
	color: #003399;
	text-decoration: none;
}
.style5 {
	font-size: 8pt
}
.style8 {font-size: 14px}
abbr {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
acronym {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.style10 {
	font-weight: bold;
	font-size: 7pt;
}
