/* family */
.arial { font-family: Arial; }
.verdana { font-family: verdana; }
.courier { font-family: Courier New; }
.MonotypeCorsiva { font-family:Monotype Corsiva;}

/* type */                   
.italic{ font-style:italic;}

/* size */
.font8 { font-size: 8px; }
.font8pt { font-size: 8pt; }
.font10 { font-size: 10px; }
.font10pt { font-size: 10pt; }
.font11 { font-size: 11px; }
.font11pt { font-size: 11pt; }
.font12 {	font-size: 12px; }
.font12pt {	font-size: 12pt; }
.font14 { font-size: 14px; }
.font14pt { font-size: 14pt; }
.font16 { font-size: 16px; }
.font16pt { font-size: 16pt; }
.font21pt { font-size: 21pt; }
.font25 { font-size: 25px; }

/* rubles */
@font-face { font-family: "Rubl Sign"; src: url(http://www.artlebedev.ru/;-)/ruble.eot); }
span.rur { font-family: "Rubl Sign"; text-transform: uppercase; // text-transform: none;}    
span.rur span { position: absolute; overflow: hidden; width: .45em; height: 1em; margin: .1ex 0 0 -.55em; // display: none; }
span.rur span:before { content: '\2013'; }
