@charset "utf-8";
/* CSS Document */
* {
	font-size: 12px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF9966;
	font-size: 12px;
}
hr { color: #FF9966}
.menu_title {
	background: url(menu_title.png);
	font-size: 12px;
	text-align: center;
	color: #000000;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 5px;
}
.link_title {
	padding: 9px;
	font-weight: bold;
}
.bg1 {
	border: 1px #F4CC9F solid;
	background-color: #F7EFD2;
	font-size: 12px;
	margin-bottom: 6px;
}
.top_header {
	background: url(headerbar.jpg) repeat-x;
	height: 22px;
}
.bottom_header {
	background: url(header_bottom.gif) repeat-x;
	height: 14px;
}
.bottom_page {
	background: url(bottom.jpg) repeat-x;
	height: 40px;
}
.footer {
	color: #663300;
	height: 25px;
}

a:link, a:visited {
	color: #933F33;
	text-decoration: underline;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}
.pic {
	padding: 3px;
	border: 1px #CC9933 solid
}
.text {
	padding: 4px;
	line-height: 160%;
}
.country {
	padding: 5px;
	background-color: #FDE4CE;
	color: #333333;
	font-weight: bold;
}
