BODY{font-weight: 
	bold;font-size : 10pt;
	font-family : Arial;
	color : black;
	background-color : F2F2F2
   }

.loginPageBody{
	background-color : white;
	
}

.error{
	color: red;
}

  .BekinsGreen{
  	background-color : 006600;
  	
  }
  
  .BekinsOffWhite{
  	background-color : F2F2F2
  
  }
  
  .GreenFont{
  	color: 006600;
  }
  
  .BlueFont{
    	color: 6699FF;
  }
  .OffWhiteFont{
  	color: F2F2F2
  }
   
.Title{
  font-weight: bold;
  font-size: 14pt;
  font-family: Arial;
  color: black
   }
   
   .GreenTitle{
     font-weight: bold;
     font-size: 14pt;
     font-family: Arial;
     color: 006600
   }
   
    .BlueTitle{
        font-weight: bold;
        font-size: 14pt;
        font-family: Arial;
        color: 6699FF 
   }

.H1{
  font-weight: bold;
  font-size: 20pt;
  font-family: Arial;
  color: black
   }

.Label{
    font-weight: bold;

    font-size: 10pt;

    font-family: Arial ;

    color: black
 }

.DisplayValue{
    font-weight: bold;

    font-size: 10pt;

    font-family: Arial ;

    color: blue
 }
 
 .Condition0{
 background-color : F2F2F2 ;
 }
 
 .Condition1{
  background-color : yellow ;
 }
 
 .Condition2{
  background-color : red ;
 }
 

