.page {
     display: block;
     width: 100%;
     padding: 0px;    
	 color: black;
	 font-family: Arial, Verdana, Sans-serif;      
     background-color: white;
     }
#header {
     clear: both;
     background-color: white;
     width: 100%;
     font-size:  18px;    
     font-family: Arial, Verdana, Sans-serif;    
     }
#footer {
     clear: both;
     background-color: white;
     width: 100%;
     font-size:  14px;    
     font-family: Arial, Verdana, Sans-serif;    
     }
#content {
     float: left;
     width: 100%;
     padding: 0%;
     font-size: 14px;      
	 color: black;
	 font-family: Arial, Verdana, Sans-serif;        
     width: 930px;
  background-color  : white;     
     }     
 .style1
        {
            width: 200px;
            color: #003399;
            font-size:  14px;  
        }
 .style2
        {          
            color: #003399;
            font-size: 14px;      
        }
 .style3
        {           
            font-size:  14px;  
        }
 .style4
        {            
           font-size:  14px;  
        }
 .style5
        {            
           font-size:  14px;  
        }          
.button
{
	font-size: 14px;
}
.DateInputControl
{
   font-size: 14px;
}
.TextInputControl
{
   font-size: 14px;
}


.WideTextInputControl
{
   font-size: 14px;
   width: 400px;
}
.LinkButton
{
   font-size: 14px;   
}
.WiderNumberInputControl
{
   font-size: 14px;
   width: 75px;
}
.WideNumberInputControl
{
   font-size: 14px;
   width: 220px;
}


.NumberInputControl
{
   font-size: 14px;
   width: 40px;
}
.DropDownControl
{
   font-size: 14px;
}
.GridHeader
{
     font-size: 14px;
     font-weight: bold;
     text-align: left;
     height: 30px;
}
.GridItem
{
   text-align: left;
     font-size: 14px;
     height: 35px;
     line-height:23px;
}
.PagerControl
{  
     font-size: 14px;
 }
 .ICAOListInputControl
{
   font-size: 14px;
   width: 100%;
   height: 60px;
}
 .LoginControl
{
   font-size: 14px; 
}
.CheckBoxControl
{
   font-size: 14px; 
   height: 16px;
}
.LeftJustifiedLabel
{
   font-size: 14px; 
   text-align: left;
}