body {
	background: url('/images/bg_bgrepeat.gif') repeat-x top;
	margin: 0 auto;
	font-size: 11px;
	font-family: Tahoma, Verdana;
	line-height: 11px;
}

h1,h2,h3,h4 {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 16px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic
}

.pt10 {
	padding-top: 10px;
}















.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%;
}