
/* CSS Document */

body, .bodyfont
{
     padding: 0px;
     margin: 0px;
     font-family: Arial, Helvetica, sans-serif;
     color: #666;
     font-size: 14px;
     line-height:22px;
    text-align: center;
}
a { color:#000; text-decoration:underline;
    margin-right: 6px;
}
a:hover{ color:#333;}
 .labelError
{
    color: Green;
    font-size: 14px;
    font-weight: bold;
}
 .chkBox{
     display:none;
 }

	

