/* format
--------------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #4D4D4D;
	background: #FFF;
}

a img { border: 0;	}

a:link, a:visited {
 color: #002AFF;
	text-decoration: underline;
}
a:hover {
 color: #002AFF;
	text-decoration: none;
}


/* font
--------------------------------------------------------------------------------*/
.font1s {
	font-size:8pt;
	line-height:130%;
}
.font1 {
	font-size:8pt;
	line-height:150%;
}
.font1h {
	font-size:8pt;
	line-height:160%;
}

.font2s {
	font-size:10pt;
	line-height:130%;
}
.font2 {
	font-size:10pt;
	line-height:150%;
}
.font2h {
	font-size:10pt;
	line-height:160%;
}

.font3s {
	font-size:12pt;
	line-height:130%;
}
.font3 {
	font-size:12pt;
	line-height:150%;
}
.font3h {
	font-size:12pt;
	line-height:160%;
}