* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 1em;
	outline: none;
}
code, kbd, samp, pre, tt, var, textarea, input, select, isindex {
	font: inherit;
	font-size: 1em;
}
dfn, i, cite, var, address, em {
	font-style: normal;
}
th, b, strong, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
}
body {
	line-height: 1;
	background-color: #ffffff;
	color: black;
}
q {
	quotes: "" "";
}
a {
	color: inherit;
	text-decoration: underline;
}
hr {
	display: none;
}
font {
	color: inherit !important;
	font: inherit !important;
}
.text {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
	color: #2C2C2C;
	text-align: left;
	padding-left: 100px;
	padding-right: 100px;
}
.text a {
	font-family:Arial;
	font-weight:200;
	color:#2C2C2C;
	text-align:left;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

.text h1 {
	font-size: 1.8em;
	line-height:1.2em;
	padding: 25px 0px;
}

.text h2 {
	font-size: 1.4em;
	line-height:1.2em;
	padding: 25px 0px;
}

.text h3 {
	font-size: 1.2em;
	line-height:1.2em;
	padding: 25px 0px;
}

.text p {
	padding: 5px 0px;
}

.text ul {
	padding: 5px 0px 5px 20px;
}

.text ul li {
	padding: 5px 0px 5px 0px;
}

.text p.news_title {
	font-size: 1.4em;
	line-height: 1.2em;
	padding-top: 25px;
	padding-bottom: 15px;
}

.text p.navig {
	padding: 15px 0px;
	font-size: 0.8em;
}

.text span.path_arrow {
	padding: 0px 5px;
}

.text a.page_link {
	padding: 5px 10px;
	margin: 0px 5px;
	font-weight: bold;
	border: 1px #2c2c2c solid;
}

.text span.current {
	padding: 5px 10px;
	margin: 0px 5px;
	border: 1px #8f8f8f solid;
	color: #8f8f8f;
	background: #e3e3e3;
}

.text div.read_more{
	padding-bottom: 10px;
}

.text div.group_gallery {
	padding: 15px;
	float: left;
}