*{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}
body {
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: justify;
}
div.domtab{
	padding:0;
	width:230px;
	font-size:100%;
}
ul.domtabs{
	float:left;
	width:100%;
	margin:0;
}
ul.domtabs li{
	float:left;
	padding:0 .5em 0 0;
}
ul.domtabs a:hover{
	background:#696;
}
div.domtab .domtabs_div{
	clear:both;
	width:auto;
/*	background:#696;*/
	color:#fff;
	padding:0;
}
p{
	margin:0 0 .5em 0;
	line-height:1.3em;
}
h2{
	font-size:1.3em;
	color:#cfc;
	text-transform:uppercase;
	font-family:"Trebuchet MS",Arial,Sans-Serif;
	padding:0;
}
#tabs_news{
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tabs_news li{
  float: left;
}
#tabs_news a{
	position: relative;
	background: #025EB1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0277DE), to(#025EB1));
	background-image: -webkit-linear-gradient(top, #0277DE, #025EB1);
	background-image: -moz-linear-gradient(top, #0277DE, #025EB1);
	background-image: -ms-linear-gradient(top, #0277DE, #025EB1);
	background-image: -o-linear-gradient(top, #0277DE, #025EB1);
	background-image: linear-gradient(to bottom, #0277DE, #025EB1);
	padding: .6em .7em;
	float: left;
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
}
#tabs_news a:hover,
#tabs_news a:hover::after,
#tabs_news a:focus,
#tabs_news a:focus::after{
	background: #d0d0d0;
	color:#000;
}
#tabs_news a:focus{
  outline: 0;
}
#tabs_news a::after{
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;  
  bottom: 0;
  width: 1em;
  background: #0277DE;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0277DE), to(#025EB1));
  background-image: -webkit-linear-gradient(top, #0277DE, #025EB1);
  background-image: -moz-linear-gradient(top, #0277DE, #025EB1);
  background-image: -ms-linear-gradient(top, #0277DE, #025EB1);
  background-image: -o-linear-gradient(top, #0277DE, #025EB1);
  background-image: linear-gradient(to bottom, #0277DE, #025EB1);  
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -ms-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;  
}
#tabs_news .active a{
	background: #d0d0d0;
	z-index: 3;
	color:#000;
}
#tabs_news .active a::after{
  background: #d0d0d0;
  z-index: 3;
}
#content_news{
	height: auto;
	position: relative;
	z-index: 2;
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
	-moz-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
	box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
	float: left;
	width: 230px;
	color: #000;
}