@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(http://12x18.org/images/bg1.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	margin-top:0px;
}

#wrapp {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	background-position: 0% 0%;
	-webkit-box-shadow: 0px 15px 30px #2E2E2E;
	box-shadow: 0px 15px 30px #2E2E2E;
}

.p {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #1c5e91;
}

.pb {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #fff;
}

.pv {
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	color: #31666d;
}

.h1 {
	font-family: 'PT Sans', sans-serif;
	font-size: 36px;
	color: #27636b;
	white-space: normal;	
}

.h2 {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	color: #1c5e91;
}

.h3 {
	font-family: 'PT Sans', sans-serif;
	font-size:18px;
	color: #fff;
}

.h4 {
	font-family: 'PT Sans', sans-serif;
	font-size:20px;
	color: #27636b;
}

.h5 {
	font-family: 'PT Sans', sans-serif;
	font-size: 30px;
	color: #e48a34;
	white-space: normal;	
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.verif{ 
	display: none; 
}

</style>