@charset utf-8;

label {
cursor: pointer; cursor: hand;
}

@font-face {
   font-family: heliosthin; /* Гарнитура шрифта */
   src: url(/fonts/PFBeauSansPro-Reg.ttf); /* Путь к файлу со шрифтом */
   }

td,body {
font-family:heliosthin, sans-serif;
font-size:10pt;
}

a:link,a:visited,a:active {
color:#717171;
text-decoration:underline;
}

a:hover,a.noun:hover {
color:#000;
text-decoration:underline;
}

table{
 border:0px; /* border="0" */
 border-collapse:collapse; /* cellspacing="0" */
 }

 table td{
 padding:0px; /* cellpadding="0" */
 }