/* Format
--------------------------------------------------------------------------------*/
body {
	font-family:	Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 140%;
	color: #000;
	background: url(../images/bg01.gif);
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, form, ul, ol, dl, dd {
 font-weight: normal;
	margin: 0;
	padding: 0;
}

td, th {
	font-size: 80%;
	line-height: 140%;
}

a:link, a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover, a:active {
	color: #0000FF;
	text-decoration: none;
}

a img { border: 0;	}

em {	font-style: normal;	}

ol { margin-left: 20px;	}
*html ol {	margin-left: 25px;	}


/* Font
--------------------------------------------------------------------------------*/
.fontSs {
	font-size: 85%;
	line-height: 130%;
}