/* CSS Document */
body {
	background-color: #fc0;
}

div.nav_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	font-variant: small-caps;
	margin: 1em;
	text-align: center;
	font-weight: bold;
}
div.nav_top a {
	color: #fff;
	text-decoration: none;
}

div#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 1em 4px 3em 0px;
}
#shrinkhead {
	height: 200px;
	
}

a {
	color: #909;
}
h1 {
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #f50;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
img.border {
	border: 1px solid #900;
	margin: 0px 1em 0px;
}
li {
	margin: 4px 0px;
}
input.txtbox {
	width: 160px;
}
input.smtxtbox {
	width: 20px;
}
textarea.txtarea {
	width: 350px;
	height: 120px;
}

.toplink {
	font-size: 10px;
	text-align: right;
}
.toplink a {
	color: #900;
	text-decoration: none;
}
.smltxt {
	font-size: 10px;
}
.error {
	color: #f00;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
}
#footer p.translate {
	font-size: 13px;
	font-weight: bold;
}
#footer a {
	color: #666;
	text-decoration: none;
}

table.formlayout {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #999;
}
table.formlayout td {
	padding: 4px;
	border: 0;
}
table.formlayout tr.row1 {
	background-color: #dedede;
}
table.formlayout tr.row2 {
}

#sitemap {
	font-size: 14px;
	font-weight: bold;
}
#sitemap li {
	list-style: none;
}
#sitemap li ul {
	font-size: 13px;
	font-weight: normal;
}
#sitemap a {
	color: #000;
	text-decoration: none;
}
#sitemap a:hover {
	text-decoration: underline;
}

#receipt {
	display:none;
}