@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}
.title {
	font-size: 16px;
	margin-bottom: 4px;
	color: #003366;
	font-family: "Century Gothic", Arial;
	line-height: 18px;
}
.titlePicture {

	font-size: 16px;
	margin-bottom: 4px;
	color: #003366;
	font-family: "Century Gothic", Arial;
	line-height: 18px;
	width: 200px;
	float: left;
	text-align: right;
}
.pictureNav {
	font-size: 12px;
	margin-bottom: 4px;
	line-height: 18px;
	float: left;
	width: 540px;
}
.popupPicture {
	width: 740px;
	margin-left: 10px;
	margin-top: 20px;
}
.popupLeft {
	width: 130px;
	margin-left: 10px;
	margin-top: 20px;
	float: left;
}
.popupLeft  img {
	margin-bottom: 5px;
	border: 0;
}
.popupCenter {
	width: 450px;
	margin-left: 10px;
	margin-top: 20px;
	float: left;
	text-align: justify;
}
.popupRight {
	width: 130px;
	margin-left: 10px;
	margin-top: 20px;
	float: left;
}
a {
	font-size: 11px;
	color: #808080;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}