html {
	background: #fff url(../images/body.bg.png) repeat-x;
}

body {
	background: url(../images/bg222.png) no-repeat top center;
    line-height: 18px;
}

body, input, textarea, select {
    color: #000;
    font-size: 12px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a {
    color: /* #9b0b0b */ white;
    outline: none;
}
a:hover {
    text-decoration: underline;
}

strong {
	font-weight: bold;
}

p {
	margin-top: 15px;
	text-align: justify;
}

/*****************************************************************************
                                 Headlines
*****************************************************************************/


/*****************************************************************************
                                CSS Clasess
*****************************************************************************/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

.rs { 
	float: right !important; 
}

.ls { 
	margin-left: 0 !important; 
}


