@import url(layout.css);
@import url(tab.css);
@import url(reset.css);
@import url(lang.css);
@charset "utf-8";
/* CSS Document */
body{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dee3e7;
	background-image: url(../images/cormix_bg.jpg);
	background-repeat: repeat-x;
	line-height: normal;
	
	
	/*background: transparent url(../images/cormix_bg.jpg) repeat-y right;  */
	
}
*{margin:0;
padding:0;
}
a{text-decoration:none;
	 outline: none;

}
a:hover{
	text-decoration: underline;
}
.clearfix{
	clear:both;
	height:1px;
}
.imgLeft{
	float: left;
	margin: 0 15px 0 0;
}
.imgRight{
	float: right;
	margin: 0 0 0 10px;
}
p{
	font-family: tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	line-height: 17px;
}
h2{
	font-size:16px;
	font-weight:bold;
	color:#504d6a;
 	font-family: arial;
	
	
}
span.hideTx{
	display:none;
}
strong{
	font-weight:bold;
	font-size: 105%;
}
sub{
	line-height: -10px;
	font-size:70%;
}