@font-face {
    font-family: helveticaneueltproroman;
    src: url("../font/helveticaneueltproroman.ttf");
}
body,td,th {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: helveticaneueltproroman;
	color: #000000;
}

body {
	background-color: #ffffff;
}

.article-text {
	width: 400px;
	text-align: center;
	margin: 0px auto 10px;
}

.article-image {
	margin: 2px 2px 2px 2px;
}

.article-image img {
	width: 400px;
}

.article-image-big {
	margin: 2px 2px 2px 2px;
}

.article-image-big img {
	width: 1200px;
}

.article-badge img {
	height: 60px;
}

.article-badge {
	margin: 10px 2px 10px 2px;
	text-align: center;
}

.article-title {
	width: 600px;
	text-align: left;
	margin:0px auto 10px;
	font-size: 25px;
	font-weight: bold;
	color: #4fa0f3;
}

.article {
	width: 404px;
	text-align: left;
	margin:0px auto 40px;
	padding: 0px 0px 0px 0px;
	border-width: 1px 1px 1px 1px;
	border-color: #e2e2e2;
	border-style: solid;
	background-color: white;
}

.article-big {
	width: 1204px;
	text-align: left;
	margin:0px auto 40px;
	padding: 0px 0px 0px 0px;
	border-width: 1px 1px 1px 1px;
	border-color: #e2e2e2;
	border-style: solid;
	background-color: white;
}

.article-text a {
	color: #000000;
}

.center {
	color: #000000;
    text-align: center;
}

a,span{
	color: #000000;
}

.content{
	max-width: 800px;
	margin: 0 auto;
}

.underline{
	text-decoration: underline;
}