

body {
background: #fff;
/* font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif; */
font-family: arial, tahoma, verbana, helvetica;
font-size: 12px;
line-height: 17px;
color: #333;
}

.preview {

font-family: arial, tahoma, verbana, helvetica;
font-size: 12px;
line-height: 13px;
color: #333;

}

TABLE {

}

TR {


}

TD {
padding: 5px; /* Поля в ячейках */
vertical-align: top; /* Выравнивание по верхнему краю ячеек */

}

.dashed {
border-style: solid;
border-color: #f0f0f0;
}
a {
text-decoration: none;
color: #1e1e1e;
/* #157D6A; */
}
a:hover {
text-decoration: underline;
color: #cccccc;
/*#37AB96; */
}


HR {
 border: none; /* Убираем границу для браузера Firefox */
 color: black; /* Цвет линии для браузера Internet Explorer */
 style: dashed;
 background-color: #f0f0f0; /* Цвет линии для браузера Firefox и Opera */
 height: 2px; /* Толщина линии */
}

/*
h1 {
  font: bold 180%/100% "Lucida Grande";
  position: relative;
  color: #000099;
}
*/
h1 {
 font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #FF5500;
}

