@charset "utf-8";



body {

	background: url(../img/bg_all.gif) repeat-x top #000000;

	font-size: small;

	text-align: center;

	margin: 0;

	padding: 0;

	color: #333333;

}



p,h1,h2,h3,h4,h5,ul,li,ol,dl,dt,dd {

	padding: 0;

	margin: 0;

}



a,a:visited {

	color: #0556E5;

	text-decoration: none;

}



a:hover {

	color: #1F388A;

}



a img {

	border: none;

}



.clear-float {

	clear: both!important;

}



.clearfix:after {

  content: "."; 

  display: block; 

  height: 0; 

  clear: both; 

  visibility: hidden;

}



.clearfix { display: inline-table; }



/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* End hide from IE-mac */



ul,

ol {

	list-style-type: none;

}



.align_r {

	text-align: right;

}



.f-small {

	font-size:0.75em;

}





