/* klasy uniwersalne */
.bold { font-weight: bold; }
.nobold { font-weight: normal; }
.italic { font-style: italic; }
.nowrap { white-space: nowrap; }
.fslarge { font-size: 12.5pt; }
.fsnormal { font-size: 10.5pt; }
.fssmall { font-size: 9pt; }
.fssmaller { font-size: 8pt; }
.fsxsmall { font-size: 7pt; }
.fsxxsmall { font-size: 6.5pt; }
.verdana { font-family: Verdana, sans-serif; }
.arial { font-family: arial; }
.background { background: #fff; }
.fontcolor1 { color: #a0a0a0; }
.fontcolor2 { color: #000; }
.fontcolor3 { color: #777; }
.lineThrough { text-decoration: line-through; }
.decnon { text-decoration: none; }
.w100pr {width: 100%}

/* align */
.taleft { text-align: left; }
.taright { text-align: right; }
.tatop { vertical-align: top; }
.taobottom { vertical-align: bottom; }
.tacenter { text-align: center; }

/* center + tables without cont. */

.padd2 { padding: 2px; }

.left { float: left; background: none; }
.right { float: right; background: none; }
.tomiddle { vertical-align: middle; }

.cpointer {cursor: pointer;}
