pre		{
    Color:		blue;
    Font-Family:	lucida console, monospace;
    Font-Size:		100%;
    Font-Weight:	bold;
}
kbd		{
    Color:		green;
    Font-Family:	lucida console, monospace;
    Font-Size:		100%;
    Font-Weight:	bold;
}
tt		{
    Color:		black;
    Font-Family:	lucida console, monospace;
    Font-Size:		100%;
    Font-Weight:	bold;
}
h1		{
    Color:		red;
    Font-Family:	tahoma, sans-serif;
    Font-Style:		italic;
    Text-Align:		center;
}
h2		{
    Color:		green;
    Font-Family:	tahoma, sans-serif;
    Font-Style:		italic;
    Text-Align:		center;
}
h3		{
    Color:		blue;
    Font-Family:	tahoma, sans-serif;
    Font-Style:		italic;
    Text-Align:		center;
}
h4		{
    Color:		red;
    Font-Family:	tahoma, sans-serif;
    Font-Style:		italic;
    Text-Align:		center;
}
input	{
    Font-Family:	monaco, lucida console, monospace;
}
input.RW	{
    Font-Family:	monaco, lucida console, monospace;
}
input.RO	{
    Background:		#EFEFEF;
    Font-Family:	monaco, lucida console, monospace;
    Font-Style:		italic;
}
textarea.RW	{
    Font-Family:	monaco, lucida console, monospace;
}
textarea.RO	{
    Background:		#EFEFEF;
    Font-Family:	monaco, lucida console, monospace;
    Font-Style:		italic;
}
tr.Header	{
    Background:		#9F9FFF;
}
tr.Immediate	{
    Background:		#FF9F9F;
    White-Space:	nowrap;
}
tr.Priority	{
    Background:		#FFFF5F;
    White-Space:	nowrap;
}
tr.Routine		{
    Background:		#9FFF9F;
    White-Space:	nowrap;
}
input.Button	{
    Background:		silver;
    Border-width:	4px;
    Color:		black;
    Font-Family:	tahoma, sans-serif;
    Font-Size:		80%;
    Font-Weight:	bold;
}
input.ButtonEdit {
    Background:		yellow;
    Border-width:	4px;
    Color:		black;
    Font-Family:	tahoma, sans-serif;
    Font-Size:		80%;
    Font-Weight:	bold;
}
input.ButtonOk	{
    Background:		green;
    Border-width:	4px;
    Color:		white;
    Font-Family:	tahoma, sans-serif;
    Font-Size:		80%;
    Font-Weight:	bold;
}
input.ButtonSetup {
    Background:		red;
    Border-width:	4px;
    Color:		white;
    Font-Family:	tahoma, sans-serif;
    Font-Size:		80%;
    Font-Weight:	bold;
}
a.FileName	{
    Color:		black;
}
a.ButtonOk	{
    Background:		green;
    Border:		4px outset white;
    Color:		white;
    Font-Family:	tahoma, sans-serif;
    Font-Size:		80%;
    Font-Weight:	bold;
    Line-Height:	1.6;
    Padding:		2px 8px;
    Text-Decoration:	none;
    Vertical-Align:	text-top;
}
a.ButtonOk:hover {
    Border:		4px  inset white;
}
a.ButtonHelp	{
    Background:		blue;
    Border:		4px outset white;
    Color:		white;
    Font-Size:		80%;
    Font-Weight:	bold;
    Font-Family:	tahoma, sans-serif;
    Line-Height:	1.6;
    Padding:		2px 8px;
    Text-Decoration:	none;
    Vertical-Align:	text-top;
}
a.ButtonHelp:hover {
    Border:		4px  inset white;
}
a.ButtonSetup	{
    Background:		red;
    Border:		4px outset white;
    Color:		white;
    Font-Size:		80%;
    Font-Weight:	bold;
    Font-Family:	tahoma, sans-serif;
    Line-Height:	1.6;
    Padding:		2px 8px;
    Text-Decoration:	none;
    Vertical-Align:	text-top;
}
a.ButtonSetup:hover {
    Border:		4px  inset white;
}
span.Running	{
    Background:		#9FFF9F;
}
span.Stopped	{
    Background:		#FF9F9F;
}

