/*
** www.ronsworkshop.com - Style Sheet
** copyright 2003 by Ron's Workshop, Inc., Kissimmee, FL - USA. All rights reserved
*/

.f07				{ font-size:  7pt; color: white; font-family: Verdana, Helvetica, Arial, sans-serif }
.f07b				{ font-size:  7pt; color: white; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: bold }
.f07m				{ font-size:  7pt; color: white; font-family: Verdana, Helvetica, Arial, sans-serif; background-color: yellow }
.f08				{ font-size:  8pt; color: white; font-family: Verdana, Helvetica, Arial, sans-serif }
.f08b				{ font-size:  8pt; color: white; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: bold }
.f08m				{ font-size:  8pt; color: white; font-family: Verdana, Helvetica, Arial, sans-serif; background-color: yellow }
.f09				{ font-size:  9pt; color: white; font-family: Verdana, Helvetica, Arial, sans-serif }
.f09b				{ font-size:  9pt; color: white; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: bold }
.f09m				{ font-size:  9pt; color: white; font-family: Verdana, Helvetica, Arial, sans-serif; background-color: yellow }
.f10				{ font-size: 10pt; color: white; font-family: Verdana, Helvetica, Arial, sans-serif }
.f10b				{ font-size: 10pt; color: white; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: bold }
.f10m				{ font-size: 10pt; color: white; font-family: Verdana, Helvetica, Arial, sans-serif; background-color: yellow }
.f11				{ font-size: 11pt; color: white; font-family: Verdana, Helvetica, Arial, sans-serif }
.f11b				{ font-size: 11pt; color: white; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: bold }
.f11m				{ font-size: 11pt; color: white; font-family: Verdana, Helvetica, Arial, sans-serif; background-color: yellow }
.f12				{ font-size: 12pt; color: white; font-family: Verdana, Helvetica, Arial, sans-serif }
.f12b				{ font-size: 12pt; color: white; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: bold }
.f12m				{ font-size: 12pt; color: white; font-family: Verdana, Helvetica, Arial, sans-serif; background-color: yellow }
.f13				{ font-size: 13pt; color: white; font-family: Verdana, Helvetica, Arial, sans-serif }
.f13b				{ font-size: 13pt; color: white; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: bold }
.f13m				{ font-size: 13pt; color: white; font-family: Verdana, Helvetica, Arial, sans-serif; background-color: yellow }
.f14				{ font-size: 14pt; color: white; font-family: Verdana, Helvetica, Arial, sans-serif }
.f14b				{ font-size: 14pt; color: white; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: bold }
.f14m				{ font-size: 14pt; color: white; font-family: Verdana, Helvetica, Arial, sans-serif; background-color: yellow }

h1					{ font-size: 48px; color: white; font-family: Verdana, Helvetica, Arial, sans-serif }
h2					{ font-size: 36px; color: white; font-family: Verdana, Helvetica, Arial, sans-serif }
h3					{ font-size: 24px; color: white; font-family: Verdana, Helvetica, Arial, sans-serif }
h4					{ font-size: 18px; color: white; font-family: Verdana, Helvetica, Arial, sans-serif }
h5					{ font-size: 14px; color: white; font-family: Verdana, Helvetica, Arial, sans-serif }
h6					{ font-size: 12px; color: white; font-family: Verdana, Helvetica, Arial, sans-serif }

a:link				{ color: yellow; text-decoration: underline }
a:visited			{ color: yellow; text-decoration: underline }
a:active			{ color: yellow; text-decoration: none }
a:hover				{ color: green; text-decoration: underline }

.boxborder_total	{ border: solid 1pt #000000 }
.boxborder_top		{ border-style: solid; border-width: 1pt 0pt 0pt 0pt; border-color: #000000 }
.boxborder_bottom	{ border-style: solid; border-width: 0pt 0pt 1pt 0pt; border-color: #000000 }
.boxborder_left		{ border-style: solid; border-width: 0pt 0pt 0pt 1pt; border-color: #000000 }
.boxborder_right	{ border-style: solid; border-width: 0pt 1pt 0pt 0pt; border-color: #000000 }
