body {
	background: "#ffffff";
	font-family: "Verdana", "Helvetica," sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: "#000000";
}

table {
	font-family: "Verdana", "Helvetica," sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: "#000000";
}

p {
	font-family: "Verdana", "Helvetica," sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: "#000000";
	text-align: justify;
}

li {
	font-family: "Verdana", "Helvetica," sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: "#000000";
}

ul {
	font-family: "Verdana", "Helvetica," sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: "#000000";
	list-style-type: square;
}

ol {
	font-family: "Verdana", "Helvetica," sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: "#000000";
}

h1, .h1 {
	font-size: 36pt;
	font-weight: bold;
}

h2, .h2 {
	font-size: 30pt;
	font-weight: bold;
}

h3, .h3 {
	font-size: 24pt;
	font-weight: bold;
}

h4, .h4 {
	font-size: 18pt;
	font-weight: bold;
}

h5, .h5 {
	font-size: 16pt;
	font-weight: bold;
}

h6, .h6 {
	font-size: 13pt;
	font-weight: bold;
}

hr {
	color: #313984;
	margin-top: 6px;
	margin-botton: 6px;
}

.big {
	font-size: 11.5pt;
	font-weight: bold;
}

.big-blue {
	color: blue;
	font-size: 11.5pt;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.bold-italic {
	font-weight: bold;
	font-style: italic;
}

.center {
	text-align: center;
}

.copyright {
	font-size: 7.5pt;
	text-align: center;
}

.cutline {
	font-size: 9pt;
	margin-left: 12px;
	margin-right: 12px;
	text-align: justify;
}

.dropcap {
	font: bold 300% times,serif;
	float: left;
}

.italic {
	font-style: italic;
}

.justify {
	text-align: justify;
}

.red {
	color: red;
}

.small {
	font-size: 7.5pt;
}

.table-text {
	font-size: 8.25pt;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.275;
}

.under {
	text-decoration: underline;
}

.wide {
	letter-spacing: 6px;
}

a {
	color: "#6E6AFB";
	text-decoration: none;
	font-weight: bold;
}


