* {
	margin:0;
	padding:0
}
body {
	font: 12px arial, helvetica, clean, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}
a {
	text-decoration:none;
	color:#6B84B4
}
a img {
	border:none
}
select {
	outline:none
}
ul {
	margin:0;
	padding:0
}
li {
	list-style:none;
}
.fl {
	float:left
}
.fr {
	float:right
}
.clr {
	clear:both;
	height:0;
	font-size:0;
	line-height:0
}
.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%;
}
.surrounded {
	overflow:hidden;
	height:100%;
}
.tar { text-align:right}
.pl20 {
	padding-left:20px !important
}
.pr20 {
	padding-right:20px !important
}
.pr10 {
	padding-right:10px !important
}
.pl10 {
	padding-left:10px !important
}
.pt10 {padding-top:10px !important}
.pt20 {padding-top:20px !important}
.p8 {padding:8px}
.pl5 {padding-left:5px}
.mt10 {
	margin-top:10px;
}
.mr10 {margin-right:10px}
.mt20 {margin-top:20px}
.mb10 { margin-bottom:10px}
.m5 {
	margin:5px;
}
.m02 {margin:0px 2px}
.ml5 {
	margin-left:5px
}
.lh25 {
	line-height:25px
}
.center {text-align:center}
input {outline:none}
