*, body {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 12px;	
	line-height: 130%;
}
body{
	background: #fff;	
}
img{
  border: 0;
}

a{
	text-decoration: none;	
}

.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.left{
	float: left;	
}
.right{
	float: right;	
}

.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%;
}
ul {
	list-style-position: inside;
}
