/* external CSS file */
/* filename='sheet.css' */
/* NO HTML MARKUP ALLOWED */

a.pageTab					    { color: #000000; text-decoration: underline; text-align: center; }
a:link.pageTab				{ color: #000000; text-decoration: underline; text-align: center; }
a:active.pageTab			{ color: #000000; text-decoration: underline; text-align: center; }
a:visited.pageTab			{ color: #000000; text-decoration: underline; text-align: center; }
a:hover.pageTab				{ color: #d00000; /*font: small-caps 600 10pt sans-serif;*/ }

a.a2									{ color: #000000; text-decoration: none; text-align: center; }
a:link.a2							{ color: #000000; text-decoration: none; text-align: center; }
a:active.a2						{ color: #000000; text-decoration: none; text-align: center; }
a:visited.a2					{ color: #000000; text-decoration: none; text-align: center; }
a:hover.a2						{ background-color: #cccccc; color: #000000; }

b.hilite							{ background-color: #ffff00; }
col.navCol						{ width: 184; }
div.breadcrumbs				{ color: #000000; font: small-caps 400 11pt sans-serif;
										    background-color: #9fc9ea;
										    margin: 4 0 0 6; padding: 0;
										    text-align: left; line-height: 12pt; }
div.breadcrumbsW			{ color: #000000; font: small-caps 400 11pt sans-serif;
										    background-color: #ffffff;
										    margin: 4 0 0 6; padding: 0;
										    text-align: left; line-height: 12pt; }
div.heading						{ margin: -20 0 0 0; padding: 0;
										    text-align: left; }
div.content						{ font-family: sans-serif; margin: 0 16 0 16;
											  text-align: left; font-size: 11pt; }
span.shaded						{ background-color: #d0d0d0; }
sup										{ font-size: 10pt; }

.smallCaps						{ font-variant: small-caps; }
