﻿.Button1
{
   background-image:url(/images/ButtonBg1.jpg);
   background-repeat:no-repeat;
   text-decoration:none;
   font-size:11px;
   font-family:Tahoma;
   font-weight:lighter;
   padding-top:2px;
 /*  padding-left:4px;*/
 text-align:center;
   color:black;
   width:51px;

}

.ButtonOver1
{
   background-image:url(/images/ButtonBg1_over.jpg);
   background-repeat:no-repeat;
   text-decoration:none;
   font-size:11px;
   font-family:Tahoma;
   font-weight:lighter;
   padding-top:2px;
  /* padding-left:4px;*/
   text-align:center;
   color:black;
   width:51px;
   
    
    
}

.Button2
{
   background-image:url(/images/ButtonBg2.jpg);
   background-repeat:no-repeat;
   text-decoration:none;
   font-size:11px;
   font-family:Tahoma;
   font-weight:lighter;
   padding-top:2px;
 /*  padding-left:4px;*/
 text-align:center;
   color:black;
   width:63px;
    
    
}

.ButtonOver2
{
   background-image:url(/images/ButtonBg2_over.jpg);
   background-repeat:no-repeat;
  text-decoration:none;
   font-size:11px;
   font-family:Tahoma;
   font-weight:lighter;
   padding-top:2px;
 /*  padding-left:4px;*/
 text-align:center;
   color:black;
   width:63px;

    
}


.Button3
{
   background-image:url(/images/ButtonBg3.jpg);
   background-repeat:no-repeat;
   text-decoration:none;
   font-size:11px;
   font-family:Tahoma;
   font-weight:lighter;
   padding-top:2px;
 /*  padding-left:4px;*/
 text-align:center;
   color:black;
   width:300px;

    
}

.ButtonOver3
{
   background-image:url(/images/ButtonBg3_over.jpg);
   background-repeat:no-repeat;
  text-decoration:none;
   font-size:11px;
   font-family:Tahoma;
   font-weight:lighter;
   padding-top:2px;
 /*  padding-left:4px;*/
 text-align:center;
   color:black;
   width:300px;

    
}

