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

html
{
 height: 100%;
}

body
{
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: white;
  font-family:  times new roman, serif, trebuchet ms, arial, verdana, helvetica, ;
  line-height: 1.2;
  font-size: 13px;
  background: #c4dbaf;
}

a, a:visited
{
  color: #3a9324;
  text-decoration: none;
}

a:active, a:hover
{
  color: black;
  text-decoration: underline;
}
a.read_more,a.read_more:visited{
 clear: both;
 display: block;
 color: black; 
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
 margin-bottom: 10px;
}
a.read_more:active,a.read_more:hover{
 color: #3a9324;
}
a.read_more.news{
 float: right;
 margin-bottom: 0px;
}
a img
{
  border: 0px;
}

h1.title_folder{
 font-size: 30px;
 font-family: arial, georgia, tahoma,  verdana, helvetica, sans-serif, trebuchet ms;
 font-weight: normal;
 margin: 0 0 10px 0;
 letter-spacing: -1px;
}

h1.title{
  font-size: 16px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 3px;
}
h2.title{
 font-weight: normal;
 font-size: 15px;
 color: black;
 padding: 0px;
 margin: 0px;
 letter-spacing: -1px;
}

h3.title{
 color: black;
 margin-top: 0px;
 margin-bottom: 2px;
 font-weight: normal;
 font-size: 12px;
}
.file {
  margin-bottom: 4px;
}

.file img {
  margin-bottom: -4px;
}
.line_separator{
 width: 100%;
 border-top: #a5a5a5 solid 1px;
 clear: both;
 margin: 0 0 10px 0;
}
