@charset "utf-8";
/* CSS Document */

body {
background-image:url(../images/common/bg_body_in.jpg);
background-repeat:repeat-x;
background-color:#fff;
margin:0;
padding:0;
height:100%;
}

h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#030;
	margin-bottom:20px;
}

h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#060;
	text-transform:uppercase;
	margin-bottom:10px;
}

h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000;
}

h4 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#060;
}

p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	line-height:16px;
	margin-bottom:20px;
}
