
.w-1	{	Width:1px	}
.h-1	{	Height:1px	}
.h-2	{	Height:2px	}
.h-3	{	Height:3px	}
.h-4	{	Height:4px	}

.X-N	{	Font-Weight:Bold;	Color:Navy;		}
.X-S	{	Font-Weight:Normal;	Color:Navy;		}
.X-A	{						Color:Purple;	}
.X-V	{	Font-Weight:Bold;	Color:Green;	}
.X-T	{	Font-Weight:Bold;	Color:Blue;		}
.X-H	{						Color:Olive;	}
.X-C	{	Font-Weight:Bold;	Color:Gray;		}
.X-E	{	Font-Weight:Bold;	Color:Red;		}
.X-Z	{						Color:Silver;	}

.Grayed			{	Background-Color:#EEE;	}
.Yellowed		{	Background-Color:#FFE;	}
.Highlighted	{	Background-Color:#FFC;	}
.Selected		{	Background-Color:#FFA;	Color:Navy;	Font-Weight:Bold;	}
.BC-R-TH	    {	Background-Color:#ACF;	}
.BC-R-TD	    {	Background-Color:#DEF;	}

.cDesktop		{								Background-Color:Background;		}
.cActive		{	Color:CaptionText;			Background-Color:ActiveCaption;		}
.cInactive		{	Color:InactiveCaptionText;	Background-Color:InactiveCaption;	}
.cMenu			{	Color:MenuText;				Background-Color:Menu;				}
.cButton		{	Color:ButtonText;			Background-Color:ButtonFace;		}
.cThreeD		{	Color:ThreeDHighlight;		Background-Color:ThreeDFace;		}
.cInfo			{	Color:InfoText;				Background-Color:InfoBackground;	}
.cWorkspace		{								Background-Color:AppWorkspace;		}
.cFrame			{								Background-Color:WindowFrame;		}
.cScrollbar		{								Background-Color:Scrollbar;			}
.cWindow		{	Color:WindowText;			Background-Color:Window;			}
.cHighlighted	{	Color:ButtonHighlight;		Background-Color:ButtonShadow;		}
.cSelected		{	Color:HighlightText;		Background-Color:Highlight;			}
.cDisabled		{	Color:GrayText;	}

.C-Blue		{	Color:Blue;		}
.C-Gray		{	Color:Gray;		}
.C-Green	{	Color:Green;	}
.C-Navy		{	Color:Navy;		}
.C-Orange	{	Color:Orange;	}
.C-Red		{	Color:Red;		}
.C-Silver	{	Color:Silver;	}

.B-T	{	Border-Top:1px Solid Black;	}
.B-B	{	Border-Bottom:1px Solid Black;	}

.A-L	{	Text-Align:Left;	}
.A-C	{	Text-Align:Center;	}
.A-R	{	Text-Align:Right;	}
.A-J	{	Text-Align:Justify;	}

.A-T	{	Vertical-Align:Top;	}
.A-M	{	Vertical-Align:Middle;	}
.A-B	{	Vertical-Align:Bottom;	}
.A-Bl	{	Vertical-Align:Baseline;	}

.FS-1	{	Font-Size:.75em;	}	/* H6 */
.FS-2	{	Font-Size:.83em;	}	/* H5 */
.FS-3	{	Font-Size:1em;		}	/* H4 */
.FS-4	{	Font-Size:1.17em;	}	/* H3 */
.FS-5	{	Font-Size:1.33em;	}
.FS-6	{	Font-Size:1.5em;	}	/* H2 */
.FS-7	{	Font-Size:2em;		}	/* H1 */

.FS-XXS	{	Font-Size:XX-Small;	}	/* ~1 */
.FS-XS	{	Font-Size:X-Small;	}
.FS-S	{	Font-Size:Small;	}	/* ~2 */
.FS-Sr	{	Font-Size:Smaller;	}
.FS-M	{	Font-Size:Medium;	}	/* ~3 */
.FS-Lr	{	Font-Size:Larger;	}
.FS-L	{	Font-Size:Large;	}	/* ~4 */
.FS-XL	{	Font-Size:X-Large;	}	/* ~5 */
.FS-XXL	{	Font-Size:XX-Large;	}	/* ~6 */

.F-BI	{	Font-Weight:Bold;	Font-Style:Italic;	}
.F-BIU	{	Font-Weight:Bold;	Font-Style:Italic;	Text-Decoration:Underline;	}
.F-SC	{	Font-Variant:Small-Caps;	}

.MnW-5	{	Min-Width:520px;	}
.MxW-5	{	Max-Width:520px;	}
.MnW-6	{	Min-Width:624px;	}
.MxW-6	{	Max-Width:624px;	}
.MnW-7	{	Min-Width:728px;	}
.MxW-7	{	Max-Width:728px;	}

.NoBr	{	White-Space:NoWrap;	}

.Table-BorderCollapse
	{
	border-collapse:	Collapse;
	}
.FF
	{
	page-break-after:	Always;
	}
.Page
	{
	page-break-before:	Always;
	}

Body
	{
	margin-left:		8px;
	margin-top:			0;
	margin-right:		8px;
	margin-bottom:		0;
	}
A:hover		/* before A:active */
	{
	color:				Red;
	}
A:active	/* after A:hover */
	{
	color:				Red;
	}
Table
	{
	text-align:			Left;
	vertical-align:		Baseline;
	}
TH
	{
	font-weight:		Bold;
	font-style:			Italic;
	}
Table.Page
	{
	border-collapse:	Collapse;
	text-align:			Center;
	background-color:	#FFC;
	}
