.clear:after {
    content:        ".";
    display:        block;
    height:         0;
    clear:          both;
    visibility:     hidden;
}

div.dem5 {
    height:         .5em;
}
div.dem10 {
    height:         1em;
}
div.dem20 {
    height:         2em;
}

.left {
    text-align:     left;
}
.center {
    text-align:     center;
}
.right {
    text-align:     right;
}

.bold {
    font-weight:    bold;
}
.italic {
	font-style:		italic;
}

.striked {
    text-decoration:line-through;
}
.underline {
    text-decoration:underline;
}

.red {
    color:          red;
}
.gold {
    color:          #D2AC67;
}
.big {
    font-size:      1.2em;
}
.small {
    font-size:      .9em;
}

.large {
    width:          100%;
}

.noborder {
    border:         none;
}
