@font-face {
	font-family:'futura_std_b';
	src:url('../fonts/FuturaStd_Bold.otf');
	font-family:'alex_b';
	src:url('../fonts/AlexandriaFLF-Bold.ttf');
}
html{
	height:100%;
}
body{
	background-color:black;
	/*border:solid yellow 1px;*/
	height:100%;
	overflow:hidden;
}
.bar{
	background-color:white;
	z-index:10;
	height:40px;
	width:100%;
	padding-right:0px;
}
img.logo{
	float:left;
	margin-top:9px;
	margin-left:7px;
}
a.right{
	text-decoration:none;
	float:right;
	font-family:'futura_std_b',Helvetica,Arial,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align:right;
	z-index:11;
	color:black;
	margin-top:14px;
	margin-right:20px;
}
p.right:hover{
	color:gray;
	cursor:pointer;
}
.newsWin{
	position:absolute;
	border-left:solid white 3px;
	border-right:solid white 3px;
	width:98.55%;
	height:88%;
	margin-top:10px;
	margin-bottom:10px;
	overflow-x:hidden;
	max-height: 2000px;
}
.news{
	width:100%;
	min-height:99%;
	max-height:2000px;
	/*border:solid red 1px;*/
}
article{
	float:left;
	/*border:solid white 2px;*/
	width:600px;
	height:auto;
	text-align: center;
	border-left:solid white 1px;
	border-right:solid white 1px;
	border-bottom:solid white 1px;
	margin:15px;
	overflow:auto;
	margin-left:30%;
	margin-top:5%;
}
p.news_art{
	font-family:'alex_b',Helvetica,Arial,sans-serif;
	color:white;
	font-size:10pt;
	text-align:justify;
	margin-left:10px;
	margin-right:10px;
	line-height:18px;
}
h2{
	font-size:14pt;
	font-family:'futura_std_b',Helvetica,Arial,sans-serif;
	color:white;
}
table{
	margin-left:33%;
	margin-bottom:30px;
	border:solid white 1px;
}
td{
	font-size:10pt;
	font-family:'futura_std_b',Helvetica,Arial,sans-serif;
	color:white;
}
tr{
	margin:2px;
}
li{
	font-size:10pt;
	font-family:'futura_std_b',Helvetica,Arial,sans-serif;
	color:white;
	line-height:20px;
}
ul{
	margin-bottom:30px;
	text-align:center;
}
.handle{
	font-size:10pt;
	font-family:'futura_std_b',Helvetica,Arial,sans-serif;
	color:white;
	border-top:solid white 2px;
	border-bottom:solid white 2px;
	height:15px;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
}
.handle:hover{
	color:black;
	background-color:white;
}
footer{
	bottom:5px;
	color:white;
	position:absolute;
	width:98.55%;
	z-index:100;
	padding-top:10px;
}
p.foot{
	font-family:'futura_std_b',Helvetica,Arial,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align:left;
	color:black;
	float:none;
	padding-top:15px;
}
