BODY 
{  
	BACKGROUND-COLOR: #9DCE5C;
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.btn-lg {
    border-radius: 6px;
    
    line-height: .90;
    padding: 10px 16px;
    background-color:#D1D1D1;
}
.btn-primary 
{
     background-color: #D1D1D1;
    border-color: #357EBD;
    color: #336600;
}
.navbar {
    border: 1px solid rgba(0, 0, 0, 0);
    margin-bottom: 5px;
    min-height: 50px;
    position: relative;
}
.btn {
   
    font-weight: bold;
   
}
table.t1
{
    border:0;
    width:100%;
    padding:2;
   
}
table.t1 td 
{
    	vertical-align: middle;
    	text-align: left;
 
}
p.lc 
{
    text-align:center;
}