﻿a:link { text-decoration: none; color: blue }
a:visited { text-decoration: none; color: blue }
a:active { text-decoration: none; color: blue }
a:hover { text-decoration: underline; color: red }
.TinyBoxText { font-family: arial; font-size: 8pt }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #7598c4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #7598c4;
	margin-top: 4pt;
	margin-bottom: 4pt;	/* Limit space below the heading style. */
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #EEA752;
	margin-top: 8pt;	/* Limit space before the h2 heading style. */
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #EEA752;
	margin-top: 4pt;
	margin-bottom: 2pt;	/* Limit space after the h2 heading style. */
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #666666;
	margin-top: 8pt; /* Limit space before the h2 heading style. */;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	margin-bottom: 2pt;	/* Limit space after the h2 heading style. */
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

img {
	border-width: 0;
}
