﻿body
{
	color: #000000;
	font-size: 11px;
	font-family: Tahoma;
		
}
.normal
{
	font-size: 11px;
	font-family: Tahoma;
}

.error
{
	color: #B31B34;
	font-size: 11px;
	font-family: Verdana;
}

.label
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Tahoma;
	text-decoration: none;
}

.header
{
	color: #000000;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}
  .headerrow
  {
			table-layout:auto;          
			height: 20px;
            width:850px;
            position:relative;

   }

.Freezing
{
   overflow:auto;
   position:absolute;
   table-layout:fixed; 
   height:20px; 
   width:850px;
   display: table-header-group;
   top:expression(this.offsetParent.scrollTop-2);
   left:expression(this.offsetParent.scrollLeft-10);
   z-index:2;
}

 .menu		{ 
		  cursor:hand;
		  text-align: center;
		  border: black 1px solid; 
		  width:150px;
		  height:10px;
		  display:inline-table;
		  background-color:#1F356E;
		  color: #FFFFFF;
		  }
a.menu:visited 	{ 
		  background-color:#1F356E;
		  text-decoration: none;
		  color: #FFFFFF; }


a.menu.selected:link	{
		   background-color:Gray;
		   font-weight:bold;
		   width:150px;
		   height:10px;
		   display:inline-table;
		   text-decoration: none;
		   color: #FFFFFF; }


a.menu:hover 	{
		  background-color:Silver;
		  text-decoration: none;
		  color: #FFFFFF; }
    .style9
    {
        text-align: left;
    }
    .style10
    {
        text-align: right;
    }
    .style11
    {
        text-align: right;
        font-weight: bold;
    }

