@charset "utf-8";

body {
color:#333333;
font-size:75%;
margin:0;
padding:0;
}

/*body, html {
color:#333333;
font-size:85%;
margin:0;
padding:0;
}*/
h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-style:normal;
font-weight:normal;
margin:0;
padding:0;
}
ul, ol, dl {
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
li, dd {
display:list-item;
list-style-image:none;
list-style-position:outside;
list-style-type:none
;
margin:0;
padding:0;
}
p, blockquote, form, table, caption, th, td {
font-style:normal;
font-weight:normal;
margin:0;
padding:0;
text-align:left;
}
address, em, strong, var {
font-style:normal;
font-weight:normal;
text-decoration:none;
}
img {
border:medium none;
}
.justify, .justify * {
line-height:1.4;
text-align:justify;
}
.clearfix {
display:inline-block;
min-height:1px;
}
.clearfix:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
* html .clearfix {
height:1%;
}
/*.clearfix {
display:block;
}
*/
.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 */ 

