.clear {
clear: both;
}

.bold {
font-weight: bold;
 }

.left {
text-align: left;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

img {
border: 0px;
}

.size11 {
font-size: 11px;
}

.size12 {
font-size: 12px;
}

.size13 {
font-size: 13px;
}

.size14 {
font-size: 14px;
}

.size15 {
font-size: 15px;
}

.size16 {
font-size: 16px;
}

.size26 {
font-size: 26px;
}

.fl {
float: left;
}

.fr {
float: right;
}

.white {
color: #fff;
}

.black {
color: #000;
}

.top5 {
margin-top: 5px;
}

.top10 {
margin-top: 10px;
}

.top15 {
margin-top: 15px;
}

.top20 {
margin-top: 20px;
}

.top30 {
margin-top: 30px;
}


.bott5 {
margin-bottom: 5px;
}

.bott10 {
margin-bottom: 10px;
}

.bott15 {
margin-bottom: 15px;
}

.bott20 {
margin-bottom: 20px;
}

.bott30 {
margin-bottom: 30px;
}

.bord {
border: 1px solid #000;
}