<!-- background:   defines the location of an image file to be           -->
<!--               displayed as the document's background or specifies   -->
<!--               the color for the background                          -->
<!-- color #000000	black                                                -->
<!-- color #FFFFFF	white                                                -->
<!-- color #804000	brown - custom color                                 -->
<!-- color #FF0000	red                                                  -->
<!-- color #0000FF	blue                                                 -->
<!-- color #00FFFF  aqua                                                 -->
<!-- color #000080	navy                                                 -->
<!-- color #C0C0C0	silver                                               -->
<!-- color #800080	purple                                               -->

.hiliteInstr	{color:#000000;font-style:italic}
.hilitePrompt {color:#804000;font-style:bold}
.normalPrompt {color:#000000;font-style:normal}
.scriptPrompt {color:#000000;font-style:normal;font-size:8pt}
.textPrompt   {font-size:7pt}
.focusHilite {color:#FF0000;border-width:3;}

.butthide			{font-family:Arial,sans-serif;font-style:normal;
							 font-size:8pt;
							 width:75;height:35;
							 background:#000080;color:#FFFFFF;
							 visibility:hidden}
.buttview 		{font-family:Arial,sans-serif;font-style:normal;
							 font-size:8pt;
							 width:75;height:35;
							 background:#000080;color:#FFFFFF;
							 visibility:visible}
.button1			{font-family:Arial,sans-serif;font-style:normal;
							 font-size:8pt;
							 width:85;height:35;
							 background:#000080;color:#FFFFFF}
.button2			{font-family:Arial,sans-serif;font-style:normal;
							 font-size:8pt;
							 background:#000080;
							 color:#FFFFFF;
							 width:85;height:35;}
.button3 			{font-family:Arial,sans-serif;font-style:normal;
							 font-size:8pt;
							 width:160;height:35;
							 background:#000080;color:#FFFFFF}
.mainMenu			{font-family:Arial,sans-serif;font-style:bold;
							 font-size:8pt;
							 width:250;height:35;
							 background:#000080;color:#FFFFFF}
.shortcut			{text-decoration:underline}
.hidden       {visibility:hidden}
.visible      {visibility:visible}
.grayedOut		{color:#C0C0C0}
BODY 					{background:#FFFFFF url(images/back_drop.gif) fixed;
							 bgcolor:#000000;
							 color:Navy;
							 font-family:Arial;sans-serif;
							 font-size:7pt}
H1 						{font-size:12pt;font-weight:bold}
H2 						{font-size:8pt;font-weight:bold}
H3 						{font-size:8pt;font-weight:normal}
H4 						{font-size:7pt;color:#800080}
H5						{font-size:10pt;font-weight:bold}
H6						{font-size:10pt;font-weight:bold;color:#000000}
INPUT 				{font-size:7pt;font-weight:normal}
LEGEND 				{font-size:8pt;font-weight:bold}
LABEL 				{font-size:8pt}
SELECT 				{font-family:Courier New;font-style:normal;
							 font-size:8pt}
TH 		 				{font-family:Courier New;font-style:normal;
							 font-size:8pt}

