body {
    background: #0061a1 url(../img/bg.jpg) no-repeat center top;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height:1.4 ;
	margin:0 0 50px 0 ;
}
a { color:#1ea3ed ; text-decoration:none ; } 
a:hover { text-decoration:underline; }
a:focus {
    outline: 1px dotted invert;
}

.hidden {
    display: none;
}

.alignleft {
    float: left;
}
.alignright {
    float: right;
}

.clear {
    clear: both;
}

h1 {
    font-size: 22px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}

h1,h2,h3,h4,h5,h6,p { margin-bottom:1em ;}

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
