/* begin general */

*{
	margin: 0;
	padding: 0;
}

body, html{
	margin: 0;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
}

a:link, a:visited{
	text-decoration: none;
	color: #0000ff;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
}

h1{
	font-size: 4vmin;
	margin-bottom: 20px;
}

p.footer{
	margin-top: 6px;
	text-align: center;
	font-size: 9px;
}

.cent{
	text-align: center;
}

.just{
	text-align: justify;
}

.right{
	text-align: right;
}

.bold{
	font-weight: bold;
}

.btn a:link, .btn a:visited{
	background-color: #2f9728;
	box-shadow: 7px 7px 5px #888888;
	color: #ffffff;
	border: 1px solid #2f9728;
	padding: 3px;
	cursor: pointer;
	text-align: center;
}

.btn a:hover{
	display: inline;
	background-color: #2f9728;
	color: #c6c6c6;
	border: 1px solid #c6c6c6;
	padding: 3px;
	cursor: pointer;
	text-align: center;
}

/* end general */

/* begin index */

#wrapper_index{
	width: 80%;
	background-color: #ffffff;
	margin: 40px auto;
}

#content_index{
	background-color: #ffffff;
	padding: 5px;
	line-height: 1.5;
	text-align: center;
}

#footer_index{
	background-color: #ffffff;
	margin-top: 100px;
	padding: 5px;
	font-size: 9px;
	text-align: center;
}

.img_in{
	display: block;
	max-width:100%;
	max-height:100%;
	margin: 40px auto 60px auto;
}

/* end index */

/* begin glpl */

#wrapper_glpl{
	width: 80%;
	background-color: #ffffff;
	margin: 40px auto;
}

#header_glpl{
	background-color: #ffffff;
	padding: 5px;
	line-height: 1.5;
	text-align: center;
}

#content_glpl{
	height: 800px;
	background-color: #ffffff;
	margin: 0 auto;
	overflow: auto;
	padding: 5px;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
}

#footer_glpl{
	background-color: #ffffff;
	margin-top: 10px;
	padding: 5px;
	font-size: 9px;
	text-align: center;
}

.txt_glpl{
	line-height: 1.5;
	margin-bottom: 4px;
	padding: 3px;
}

.img_glpl{
	display: inline;
	max-height: 20px;
	margin: 10px 0px 0px 3px;
}

/* end glpl */

/* begin poup */

.poup{
	background-color: #ffffff;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 10px;
}

.img_poup{
	display: block;
	margin: 0 auto;
	max-width: 90%;
	max-height: 90%;
}

.svg_poup{
	display: block;
	margin: 0 auto;
	width: 90%;
	height: 90%;
}

.desc_poup{
	display: block;
	margin: 0 auto;
	min-width:100%;
	min-height:700px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.svg_poup{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 90%;
	height: 0;
	padding-top: 88%;
}

svg{
	position: absolute;
	top: 0;
	left: 0;
}
}

/* end poup */

/* begin print */

@media print{

.btn{
display: none;
}

}

/* end print */