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

.border {
    border:1px solid black;
}
.border>p{
    text-align:center;
}
.blue {
    color:#007499;
}
div.dem5 {
    height:             .5em;
}
div.dem10 {
    height:             1em;
}

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

.bold {
    font-weight:        bold;
}
.nobold {
    font-weight:        normal;
}

.italic {
    font-style:         italic;
}

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

.red {
    color:              red;
}
.blue {
    color:              #333399;
}
.brown {
    color:              #8c3838;
}
.orange {
    color:              #FF6600;
}
.black {
    color:              black;
}

.large {
    width:              100%;
}

.noborder {
    border:             none;
}

.small {
	font-size:			0.8em;
}
