@charset "utf-8";


* {
	margin: 0;
	padding: 0;}


body{
	font-family: sans-serif;
	font-size: 12px;
	txt-align: center;
	line-height: 140%;
	background-color:#FFFFFF;
	}
	
div {display: block;}

h1, h2, h3, h4, h5, h6, p, address	{
	display: block;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;}

img {border: none;}
hr {display: none;}

a:link {
	text-decoration: none;
	cursor:pointer;
	color:#FF3300;
	}
a:visited,a.active {
	text-decoration: none;
	color:#FF3300;
	}
a:hover {
	text-decoration: underline;
	}

.clear {clear: both;float: none;border: none;}
.hiden {display: none;}
.Out {position: absolute;	left: -9999px;	top: -9999px;}


/* ////////////////////////// Hack */

.clearfix:after {
	content: ".";
	display: block;
	height:	0;
	clear:	both;
	visibility:	hidden;}

.clearfix {	display:	inline-block;} /* IE7 */

/* Hides from IE-mac*/
* html .crearfix {	height: 1%;}
.clearfix {	display:	block;}
/* End hide from IE-mac */


