a:link
{
	color: rgb(0,0,255); 
}
a:visited
{
	color: rgb(0,0,255); 
} 
a:active 
{
	color: rgb(255,0,0);
}
.HorNav:link			{ background-color: Black; color: White; text-decoration: none; }
.HorNav:visited			{ background-color: Black; color: White; text-decoration: none; }
.HorNav:hover			{ background-color: Gray; color: Black; text-decoration: none; }
.HorNavCurrent:link		{ background-color: Gray; color: Black; text-decoration: none; }
.HorNavCurrent:visited	{ background-color: Gray; color: Black; text-decoration: none; }


.HorNav2:link   		{ background-color: Gray; color: White; text-decoration: none; }
.HorNav2:visited   		{ background-color: Gray; color: White; text-decoration: none; }
.HorNav2:hover   		{ background-color: Silver; color: Black; text-decoration: none; }
.HorNavCurrent2:link 	{ background-color: Silver; color: Black; text-decoration: none; }
.HorNavCurrent2:visited	{ background-color: Silver; color: Black; text-decoration: none; }
.GroupEnabled { color: #000000 }
.GroupDisabled { color: #C0C0C0 }   

body         { font-family: Verdana, Arial, Helvetica; font-size: 10pt; 
               color: #000000; }
         
table
{
	font-size: 10pt;
	table-border-color-light: rgb(128,128,128);
	table-border-color-dark: rgb(0,0,0); 
}

.Window
{
    BACKGROUND-COLOR: #d4d0c8;
    BORDER-BOTTOM: 2px outset;
    BORDER-LEFT: 2px outset;
    BORDER-RIGHT: 2px outset;
    BORDER-TOP: 2px outset;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 10pt;
}
.WindowTitle
{
    BACKGROUND-COLOR: navy;
    COLOR: #ffffff;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
}
.WindowButton { font-size: 8pt; height: 22px; width: 100px; position: relative }

.Grid
{
    BACKGROUND-COLOR: #d4d0c8;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 8pt;
}
.GridItemSelected
{
    BACKGROUND-COLOR: Yellow;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 8pt;
}
.Status
{
    FONT-FAMILY: Tahoma,Arial;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    border-style: inset; border-width: 1;
}