/* CSS Document */

tfoot        { font-family: Verdana; font-size: 8pt }
p            { font-family: Verdana; font-size: 10pt; color: #202020 }
td           { font-family: Verdana; font-size: 10pt; color: #202020 }
h1           { font-family: Verdana; font-size: 14pt; font-weight: bold; font-variant: small-caps; color: #202020 }
h2           { font-family: Verdana; font-size: 14pt; font-style: italic }
h3           { font-size: 12pt; font-family: Verdana; font-style: italic; font-weight: bold; color: #fffddb }
h4           { font-family: Verdana; font-variant: small-caps; font-size: 12pt }
h6           { font-family: Verdana; font-size: 8pt; font-weight: bold }

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #202020;
}