body {
	margin: 0;
	background: #F4F4F4;
	font-size: 8pt;
	font-family: verdana;
	color: #666666;
	letter-spacing: 0pt;

	text-align: justify;
}



.bg {
	margin: 0;
	background: #F4F4F4 url('images/v01/bg.jpg') repeat-x;
	background-position: bottom;
	width: 100%;

}

A:link, A:visited, A:active {
	color: #000000;
	text-decoration:none;
}

A:hover {
	color: #4C4C4C;
}

.navi {
	background: url('images/v01/v01_08.jpg');
	font-size: 8pt;
	letter-spacing: 4pt;

	text-align: center;
	padding-top: 10px;
}

h1 {
	text-align: right;
	color: #333333;
	width: 100%;
	font-family: garamond;
	font-size: 20pt;
	font-style: italic;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 2pt;

	margin-left: -20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	width: 80%;
	font-family: georgia;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	line-height: 17px;
	letter-spacing: 4pt;

	margin-left: 30px;
	margin-bottom: 7px;
	padding-top: 5px;
}

.footer {
	text-align: center;
	font-size: 7.5pt;
	line-height: 18px;
	padding-top: 5px;
}

.content {
	font-size: 8pt;
	line-height: 18px;
	padding-right: 10px;
	text-align: justify;
}

.codes { 
	text-align: center;
	background: #DFDFDF;
	padding: 3px;
}

table, td {
	font-size: 8pt;
}

