@charset "UTF-8";

body,div,h1,h2,h3,h4,ul,ol,li,dl,dt,dd,p,img,a,strong,em,span {
	margin:0;
	padding:0;
	}
	
body {
	background:#ffffff url(../img/bg_pattern.jpg) repeat left top;
	color:#333333;
	font-size:12px;
	line-height:150%;
	text-align:center;
	}
	
img {
	border:none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

li {
	list-style:none;
	}
	

		
address {
	font-style: normal;
	font-size:10px;
	}
	
.clear {
	clear:both;
	}
	
.clear hr {
	display:none;
	}
	
.red {
	color:#FF0000;
	}
	
.bold {
	font-weight:bold;
	}
	
.center {
	text-align:center;
	}