@charset "UTF-8";
/* CSS Document */
body{ margin:0; padding: 0; font-size: 14px; color: #333;}
.clr{ clear: both;}
ul, ul li{ margin: 0; padding: 0; list-style-type: none;}
.left{ float:left;}
.right{float:right;}
.posrel{ position: relative;}
.posabsolut{ position: absolute;}
.posfix{ position: fixed;}
a{ text-decoration: none; color: #0087E2;}
p{ margin: 0; padding: 0;}
span{margin: 0; padding: 0;}
.text-wrapping {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.rmarg{ margin-right: 10px;}
.lmarg{margin-right: 10px;}
.tmarg{ margin-top: 10px;}
.bmarg{margin-bottom: 10px;}
.alc{ text-align: center;}
