/* format
--------------------------------------------------------------------------------*/
body {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	color: #4F453D;
	background: #FFFFFF url(../images/bg01.gif) repeat-y left top;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, form, ul, ol, dl, dt, dd {
 font-weight: normal;
	margin: 0;
	padding: 0;
}

th {
	font-weight: normal;
	text-align: left;
}

li img, dt img, dd img {
	vertical-align: top;
}

a img{ border: 0;	}

a:link, a:visited {
	color: #FF4200;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FF4200;
	text-decoration: none;
}

em, address {
	font-style: normal;
	font-weight: normal
}



/* font size for NOSCRIPT
--------------------------------------------------------------------------------*/
body, table, th, td, h2, h3, h4, h5, h6 {
	font-size: medium;
	line-height: 150%;
}

.fontS {
	font-size: small;
	line-height: 140%;
}
.fontM {
	font-size: medium;
	line-height: 150%;
}
.fontL {
	font-size: large;
	line-height: 150%;
}


