<!-- OVERALL FORMATTING STYLES -->
html		{ margin: 0px; padding: 0px; }

<!-- HEADER FORMATTING STYLES -->
.title		{ color: #ff0000; font-family: Trebuchet MS,Bookman Old Style,Book Antiqua,Tahoma,Times New Roman;Serif; font-size: large; font-weight: bold; text-align: left; }
.subtitle	{ color: #ffffff; font-family: Trebuchet MS,Bookman Old Style,Book Antiqua,Tahoma,Times New Roman;Serif; font-size: x-small; font-style: italic; font-weight: bold; padding-left: .10in; text-align: left; }
.motto		{ color: #0000ff; font-family: Trebuchet MS,Bookman Old Style,Book Antiqua,Tahoma,Times New Roman;Serif; font-size: x-small; font-style: italic; font-weight: bold; padding-left: .20in; text-align: left; }

<!-- GENERAL FORMATTING STYLES -->
body		{ background-color: #cccccc; color: #000000; font-family: Trebuchet MS,Bookman Old Style,Book Antiqua,Tahoma,Times New Roman;Serif; font-size: small; margin: 0px; padding: 0px; text-align: justify; }
p			{ font-size: small; margin: 4px; padding-bottom: 8px; text-align: justify; }
option		{ color: #0000cc; font-size: x-small; }
input		{ color: #0000cc; font-size: x-small; }
.dim		{ color: #999999; }
.oic		{ color: #ff0000; font-weight: bold; font-style: oblique; }

<!-- LIST FORMATTING STYLES -->
ul			{ font-size: small; }
ol			{ font-size: small; }
li			{ font-size: small; }

<!-- TABLE STYLES -->
tr			{ font-size: small; vertical-align: top; }
td			{ font-size: small; }

<!-- PAGE FORMATTING STYLES -->
.datetime	{ color: #000000; font-size: x-small; font-style: italic; font-weight: normal; text-align: right; }
.pagetitle	{ font-weight: bold; text-align: left; text-decoration: underline; }
.pagetop 	{ font-size: xx-small; font-weight: normal; text-decoration: none; }
.yellow		{ background-color: #ffff00; padding-left: 0.05in; padding-right: 0.05in; text-align: justify; }
.highlight	{ background-color: #ffff00; padding-left: 0.05in; padding-right: 0.05in; text-align: justify; }
.news		{ background-color: #ffff00; padding-left: 0.05in; padding-right: 0.05in; text-align: justify; }

<!-- MENU FORMATTING STYLES -->
.menubar	{ font-size: small; }
.menuopt	{ background-color: #ffffff; color: #0066ff; cursor:pointer; font-size: x-small; text-align: center; }
.menuoptsel { background-color: #0066ff; color: #ffffff; cursor:pointer; font-size: x-small; padding-left: .05in; padding-right: .05in; text-align: center; }
.menuoptred	{ background-color: #ffffff; color: #ff0000; cursor:pointer; font-size: x-small; text-align: center; }

<!-- LINK STYLES -->
a:link		{ font-size: small; text-decoration: none; }
a:visited	{ font-size: small; text-decoration: none; }
a:active	{ font-size: small; text-decoration: none; }
a:hover		{ font-size: small; text-decoration: underline; }

<!-- INDENT FORMATTING STYLES -->
.indent0	{ padding-bottom: 0.00in; padding-left: .00in; }
.indent1	{ padding-bottom: 0.00in; padding-left: .10in; }
.indent2	{ padding-bottom: 0.00in; padding-left: .20in; }
.indent3	{ padding-bottom: 0.00in; padding-left: .30in; }
.indent4	{ padding-bottom: 0.00in; padding-left: .40in; }

<!-- FOOTING FORMATTING STYLES -->
.footleft	{ color:#636363; font-size: 10pt; padding-bottom: 0.00in; text-align: left; }
.footright	{ color:#636363; font-size: 10pt; padding-bottom: 0.00in; text-align: right; }
.linkleft	{ font-size: 10pt; padding-bottom: 0.00in; text-align: left; }
.linkright	{ font-size: 10pt; padding-bottom: 0.00in; text-align: right; }

<!-- LAST MODIFIED 05/03/2006 -->
