<!-- style.css -->

body			{ font-family:'MS Sans Serif'; margin: 1px; }
table			{ font-size:10pt; }

.st_small		{ color: 707070; font-size:8pt; text-decoration: none}
.st_small:link		{ color: 707070; font-size:8pt; text-decoration: underline}
.st_small:visited	{ color: 707070; font-size:8pt; text-decoration: underline}
.st_small:active	{ color: 707070; font-size:8pt; text-decoration: underline}
.st_small:hover		{ color: 000000; font-size:8pt; text-decoration: underline}

.st_normal		{ color: 707070; font-size:10pt; text-decoration: none}
.st_normal:link		{ color: 707070; font-size:10pt; text-decoration: underline}
.st_normal:visited	{ color: 707070; font-size:10pt; text-decoration: underline}
.st_normal:active	{ color: 707070; font-size:10pt; text-decoration: underline}
.st_normal:hover	{ color: 000000; font-size:10pt; text-decoration: underline}

.st_bigger		{ color: 707070; font-size:11pt; font-weight:bold; text-decoration: none}
.st_bigger:link		{ color: 707070; font-size:11pt; font-weight:bold; text-decoration: underline}
.st_bigger:visited	{ color: 707070; font-size:11pt; font-weight:bold; text-decoration: underline}
.st_bigger:active	{ color: 707070; font-size:11pt; font-weight:bold; text-decoration: underline}
.st_bigger:hover	{ color: 000000; font-size:11pt; font-weight:bold; text-decoration: underline}

.st_big			{ color: 707070; font-size:12pt; font-weight:bold; text-decoration: none}
.st_big:link		{ color: 707070; font-size:12pt; font-weight:bold; text-decoration: underline}
.st_big:visited		{ color: 707070; font-size:12pt; font-weight:bold; text-decoration: underline}
.st_big:active		{ color: 707070; font-size:12pt; font-weight:bold; text-decoration: underline}
.st_big:hover		{ color: 000000; font-size:12pt; font-weight:bold; text-decoration: underline}


