BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: xx-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}


A:link	{	
	/*text-decoration:	none;*/
  color:blue;

	}	


A:visited	{	
	/*text-decoration:	none;*/
color:blue;
	}	
		
A:active	{	
	/*text-decoration:	none;*/
color:blue;
	}	
		
A:hover	{	
	/*text-decoration:	underline;*/
color:maroon
	}


IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
TABLE 
{
    font-size: xx-small;
}

TABLE.t
{
border-right: black 1px solid;
border-top: black 1px solid; 
border-left: black 1px solid; 
border-bottom: black 1px solid;
background-color: #F7F7F7;
}


TABLE.tab
{
border-right: black 1px solid;
border-top: black 1px solid; 
border-left: black 1px solid; 
border-bottom: black 1px solid;
background-color: #d3d3d3;
}

TABLE.tabs
{
border-right: black 1px solid;
border-top: black 1px solid; 
border-left: black 1px solid; 
border-bottom: white 1px solid;
}

TABLE.s
{
border-right: black 1px solid;
border-top: black 1px solid; 
border-left: black 1px solid; 
border-bottom: black 1px solid;
}

TABLE.h /*help*/
{
border: solid 1 black;
background-color: cornsilk;
}


TABLE.tabm
{
border-top: white 1px solid;
border-bottom: black 1px solid;
}

INPUT.find
{
    border-style:solid; 
    border-color:#000000; 
    border-width: 1px;
    background-color:#FFEEC2;
    font-size:xx-small;
    padding-left:1px;
}

INPUT.findbig
{
    border-style:solid; 
    border-color:#000000; 
    border-width: 1px;
    background-color:#FFEEC2;
    font-size:large;
    padding-left:2px;
}


INPUT.t /*entity text*/
{
    border-style:solid; 
    border-color:#000000; 
    border-width: 1px;
    background-color:#FFEEC2;
    color:Black
}

INPUT.ts /*entity text*/
{
    border-style:solid; 
    border-color:#000000; 
    border-width: 1px;
    background-color:#FFEEC2;
    color:Black;
    font-size:xx-small
}

INPUT.t2 /*entity text same border*/
{
    background-color:#FFEEC2;
    color:Black
}

INPUT.tr /*readonly entity text*/
{
    border-style:solid; 
    border-color:#000000; 
    border-width: 1px;
    background-color:gainsboro;
    color:Black;
       
}

INPUT.thin
{
    border-style:solid; 
    border-width: 1px;
    border-color: white;
    background-color: Navy;
    color:white;
    font-size:12px; font-weight:bold;
   
}


INPUT.invis
{
     
     display: none;
}

INPUT.inv
{
	width:0px; height:0px;
}


INPUT.bs
{
    border-style:solid; 
    border-color:#000000; 
    border-width: 1px;
    background-color:Green;
    color:White;
    font-weight:bold;
}



INPUT.if {
  border-width:1px;
  background-color:#FFEEC2;
}

INPUT.ie {
  border-width:1px;
  background-color:#99ffff;
}

INPUT.del {
  border: solid 1px black;
  background-color:red;
  color: White;
  font-weight:bold
}

.ic {
  border-width:1px;
  background-color:RoyalBlue;
}


TEXTAREA.t
{
    border-style:solid; 
    border-color:#000000; 
    border-width: 1px;
    background-color:#FFEEC2;
}

TEXTAREA.invis
{
     
     display: none;
}

FONT.h
{
    font-size: small;
    font-weight: bold;
}

FONT.t
{
    font-size: x-small;
}

FONT.m
{
    font-size:xx-small;
}

span.h2
{
	font-size: medium;
	font-weight: bold;
	color: Navy;
}

span.h3
{
	font-size: small;
	font-weight:bold;
	color: #2f4f4f;
}

span.h4
{
	font-size: x-small;
	font-weight:bold;
	color: #2f4f4f;
}

SELECT.t
{

    background-color:#FFEEC2;
}  