@charset "UTF-8";
body {
	background-color: #ffffff;
}
#main {
	border: thin solid #000;
}
#text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	color: #000;
	text-align: justify;
}
#text2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	color: #000;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
}
#footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	color: #000;
	text-align: center;
}
#text a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	color: #F00;
	text-decoration: none;
}
#text2 a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	color: #F00;
	text-align: justify;
	text-decoration: none;
}
#text a:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	color: #F00;
	text-decoration: underline;
}
#text2 a:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	color: #F00;
	text-align: justify;
	text-decoration: underline;
}#price {
	text-align: center;
}
