body {
	margin: 0;
	background: #EEEAE7 url('images/v01/bg.jpg') repeat-x;
	font-size: 8pt;
	font-family: verdana;
	color: #95877C;
	letter-spacing: 0pt;

	text-align: justify;
}



.bg {
	background: #E0DAD5 url('images/v01/v01_01.jpg') no-repeat;
}

.content {
	margin: 0;
	background: #E6E0DB url('images/v01/v01_02.jpg') no-repeat;
	background-position: top;
	width: 100%;

	padding-top: 105px;
	padding-left: 10px;
	font-size: 8pt;
	line-height: 18px;
	text-align: justify;
	padding-right: 10px;
}

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

A:hover {
	color: #99728A;
}

h1 {
	text-align: right;
	color: #AD757C;
	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 {
	background: #E6E0DB url('images/v01/footer.jpg') repeat-x;
	background-position: bottom;
	text-align: center;
	font-size: 7.5pt;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}

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

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


