﻿body 
{
    margin:0;
	padding:0;
	font-family:Verdana;
	 empty-cells :hide;
	   
}
h1
{
    
    font-size:15pt;
    font-weight:bold;
    font-style:normal;
}


.Button
{
       background-color:Orange;
       border-color:Black;
       font-weight:bold;
       font-size:11pt;
       font-variant:small-caps;
       color:White;   
       
        
}
.LinkButton
{
       background-color:Orange;
       border-color:Black;
       font-weight:bold;
       font-size:11pt;
       font-variant:small-caps;
       color:White;   
       
        
}


.table
{
 
  border-color:gray;
  border:1;
  font-size:11pt; 
  empty-cells:hide;
  margin:5;
  border-spacing:5;   /* 'cellspacing' equivalent */ 
  padding: 5; 
 
 border-collapse:collapse;
    empty-cells: hide;
  
    
}

.table td
{
    font-size:11pt;
    font-weight:bold;
    font-style:normal;
    margin-left: 80px;
}

td
{

white-space: nowrap;

}
a:link, a:visited, a:hover
{
    color:Blue;
}



input[type=text]:focus
{
 
 background-color: Yellow;   
    
}


input[type=password]:focus
{
 
 background-color: Yellow;   
    
}



