@charset "UTF-8";
@import url("design.css");


/*reset
====================================*/
body,
img,table,tr,th,td,
p,ul,ol,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6{
	border:0;
	margin:0;
	padding:0;
}

/*general styles
====================================*/
.floatL{float:left;}
.floatR{float:right;}
.clear{clear:both;}
.txtCenter{text-align:center;}
.txtLeft{text-align:left;}
.txtRight{text-align:right;}
.bold{font-weight:bold;}
.inline{display:inline;}
.imgCenter{text-align:center;}
.imgCenter img{margin-left:auto;margin-right:auto;}
.relative{position:relative;}

/*Default font-size
====================================*/
/*IE 6 & 7
------------------------------------*/
body{
	font-size:100%;
	line-height:1.3;
}

/*Modern Blowser
------------------------------------*/
html>/**/body{
	font-size:16px;
}
