body {
	margin: 0;
	background: #E7E3DC url('images/v01bg.jpg') repeat-x;
	font-size: 8pt;
	font-family: verdana;
	color: #A74142;
	line-height: 12px;
	letter-spacing: 0pt;

	text-align: justify;
}



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

A:hover {
	color:#6A2929;
}

.navi A:link, .navi A:visited, .navi A:active {
	font-size: 15pt;
	font-family: courier new;
	color: #752F2F;
	line-height: 50px;
	background: #DAC79D;
	text-decoration:none;
	text-transform: uppercase;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 21px;
	padding-right: 20px;
}

.navi A:hover {
	color:#B84C4C;
	background: #DDD0BF;
}

h1 {
	text-align: right;
	color: #C23941;
	width: 100%;
	font-family: century gothic;
	font-size: 16pt;
	font-weight: normal;
	font-style: italic;
	line-height:20px;
	letter-spacing:4pt;

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

h1:first-letter {
	font-size: 19pt;
	color: #268594;
}

p:first-letter {
	margin-left: 40px;
}

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

.footer {
	font-size: 7.5pt;
	padding-top: 10px;
	padding-bottom: 10px;
}

blockquote {
	text-align: center;
	background: #D9CBBA;
	font-size: 7.5pt;
	line-height: 12px;
	padding: 5px;
}

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

td {
	font-size: 8pt;
}