@import "/css/framework.css";
@import "/css/top.css";
@import "/css/right.css";
@import "/css/left.css";
@import "/css/main.css";
@import "/css/folder.css";
@import "/css/article.css";
@import "/css/bottom.css";



html
{
 height: 100%;
}

body
{
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: white;
  font-family: arial, verdana, helvetica, sans-serif, trebuchet ms, tahoma, georgia;
  line-height: 1.3;
  font-size: 11px;
  background: white no-repeat top left;
}

a, a:visited
{
  color: #ff6800;
  text-decoration: underline;
}

a:active, a:hover
{
  color: black;
  text-decoration: underline;
}
a.read_more,a.read_more:visited{
 clear: both;
 float: right;
 display: block;
 color: #d23233;
 margin-top: 5px; 
 font-size: 11px;
}
a.read_more:active,a.read_more:hover{
 color: black;

}
a.read_more.small{
 font-size: 10px;
}

a img
{
  border: 0px;
}

.noborder{
 border: none;
}

h1.title_folder{
 font-size: 20px;
 font-family: tahoma, arial, verdana, helvetica, sans-serif, trebuchet ms;
 font-weight: bold;
 margin: 0 0 5px 0;
 text-transform: uppercase;
}

h1.title{
  font-size: 11px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 3px;
  color: #6e91b1;
}


h2.title{
 font-weight: bold;
 font-size: 11px;
 color: black;
 padding-top: 0px;
 margin-top: 0px;
}

.file {
  margin-bottom: 4px;
}

.file img {
  margin-bottom: -4px;
}
.orange_line{
 float: left;
 background: url(/grf/orange_line.jpg) no-repeat top left;
 width: 30px;
 height: 1px;
 clear: both;
}
.orange_line.margin_bottom{
 margin-bottom: 20px;
}
.orange_line.margin_top{
 margin-top: 20px;
}