body{
	/*font-size: .9em;*/
    background-color: #eee;
}

.boxNews{
    padding: 15px;
    background-color: #ccc;
}

.welcPage{
    padding: 15px;
    border: 1px solid #ccc;
    
}

#footer {
    position: inherit;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 20px;
    padding: 16px;
    width: 100%;
    font-size: .8em;
    background-color: #f5f5f5;
}

#clearer{
    clear: both;
}

.stickTop{
    font-size: .75em;
    font-weight: 600;
}

a.tL, a.tL:hover{
 color: #fff;   
}

.sideBox{
    background-color: #eee;
    padding: 15px;
    text-align: justify;
}

.testBg{
    background: #ccc url('../images/testbg.jpg') no-repeat left center;
    color: #444;
}

.with-errors{
    color:crimson;
    font-size: x-small;
    font-weight: bold;
}

#errmsg{
    display: none;
}












