body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	background-color: white;
}
a {
	text-decoration: none;
	color: blue;
}
a:link {
	color: blue;
}

a:hover {
        color: red;
	text-decoration: underline;
}
a:visited {
        color: purple;
}
li {
	font-size: 12pt;
	color: black;
	list-style-type: circle;
}

h1 {
	font-size: 18pt;
	color: black;
}
h2 {
	color: black;
	font-size: 16pt;
}
p {
	color: black;
}
pre {
	color: black;
}
table {
	padding: 1;
	border-color: #DCDCDC;
	border-width: 0;
	align: center;
}
td {
	vertical-align: middle;
	font-size: 12pt;
	text-align: left;
	color: black;
}
hr {
	width: 75%;
	color: red;
}
.dred-1 {
	color: green;
	font-size: 20pt;
	font-weight: bold;
}
a.dred-1:link {color: blue}
a.dred-1:hover {color: red}
.dred-2 {
	font-stretch: wider;
	font-size: 11pt;
	font-style: italic;
}
.drednav {
	color: black;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}
a.drednav:link {color: blue}
a.drednav:hover {color: red}
a.drednav:active {color: black}
.dredqte {
	color: black;
	font-size: 10pt;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
}
.dredtme {
        font-family: arial, helvetica, sans-serif;
        text-align: center;
        font-size: 8pt;
}
a.dredimg:link {color: #6699FF}
a.dredimg:visited {color: #6699FF}
a.dredimg:hover {color: #6699FF}
a.dredimg:active {color: #6699FF}

