body {
	font-size: 62.5%;
	line-height: 1.3em;
	color: #8C8C8C;
	font-family: helvetica, arial,tahoma,trebuchet MS;
}
a {
	text-decoration: none;
}
p {
	font-size: 13px;
}
legend {
	display: none;
}
input, label, select, textarea {
	font-family: arial,tahoma,trebuchet MS;
	color: #B2B2B2;
	font-size: 13px;
}
/* @group geral */
.clear {
	clear: both;
}
span.clear {
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
}
.hide {
	display: none;
}
strong, .bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
.relative {
	position: relative;
}
.visible {
	visibility: visible;
}
.hidden {
	visibility: hidden;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.noscript {
	background: #FFFFE1 url(../_img/static/warning.jpg) no-repeat 5px 2px;
	color:#000;
	font-size:13px;
	line-height:25px;
	padding:0 40px;
}
/* @end */
/* @group structural */
#pageWrapper {
	width: 500px;
	margin: 0 auto;
	padding-top: 100px;
}
/* @end */
/* @group content */
h2 {
	background: url(../_img/soon.png) no-repeat;
	text-indent: -9999px;
	width: 230px;
	height: 34px;
	margin: 15px 0;
}
.contacts p {
	font-size: 15px;
	line-height: 19px;
}
.contacts p a {
	color: #3F3F3F;
}
/* @end */
