@CHARSET "UTF-8";

body {
	text-align: center;
	min-width: 930px;	
	background-color: #494949;
	color: #f0f0f0;
}

#header-area {
	margin: 5px auto;
	width:100%;
}

	
#page-title a {
	font:bold 16pt Georgia; 
	color:#7f7f7f;
	text-decoration: none;
    letter-spacing: 5px;
}

#menubar ul li {
	display: inline;
	margin: 0 50px 0 0px;
    font-family: "Arial", serif;
	font-size: 12pt;
}

#menubar ul li a {
	color: white;
	text-decoration: none;
}

#menubar ul li a:hover {
	text-decoration: underline;
}
	
h1 {
    font-family: Arial, serif;
    letter-spacing: 5px;
    font-size: 12pt;
    color: gray;
    text-align:right;
    margin-right:100px;
}

div#content-area {
}

#footer-area {
	clear: both;
	text-align:center;
	padding-top:30px;	
}

#copyright {
    font-family: Arial;
    color: #c0c0c0;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}

.review {
	font-size: 12px;
	margin-bottom: 10px;
}

.review p {
    line-height: 1.5em;
    text-align: justify;
}

.review-title {
	letter-spacing:5px;
	cursor: pointer;
    font-family: Arial;
	font-size: 12px;
	text-align: center;
}

.review-content {
	visibility: hidden;
	display: none;
}

.review-quote {
	font-size: 14px;
	font-weight: bold;
	letter-spacing:5px;
}
	
.info-title {
    font-family:Verdana,sans-serif, Íµ¥Î¶º;
    font-weight: bold;
    color:#c0c0c0;
    margin-top: 10px;
    margin-left: 50px;
    letter-spacing:5px;
}

.info-table {
    margin-top:10px;
    margin-left:40px;
    font-size: 11px;
    text-align: left;
}

.info-table th {
    font-family: Verdana;
    padding-right: 2em;
    padding-bottom: 3px;
    vertical-align: top;
	font-size: 12px;
}

.info-table td {
    font-family: Arial;
    padding-bottom: 3px;
    vertical-align: top;
	font-size: 12px;
}

.info-table td p {
    line-height: 1.5em;
    text-align: justify;
}

.info-table td a {
	text-decoration: none;
	color: white;
}

.info-table td a:hover {
    text-decoration: underline;
}

.links-table {
    margin-top:40px;
    margin-left:50px;
    font-size: 11px;
    text-align: left;
}

.links-table li {
	list-style: square;
    padding-bottom: 15px;;
}

.links-table li a {
    font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.links-table li a:hover {
    text-decoration: underline;
}

.statement-subtitle {
	font: 11pt;
	padding-top:15px;
}

.language-selection {
	cursor: pointer;
	color:#c0c0c0;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

.exibition-image {
	margin: 20px auto;
	width: 700px;
}