@import "/css/framework.css";
@import "/css/top.css";
@import "/css/left.css";
@import "/css/right.css";
@import "/css/article.css";
@import "/css/main.css";
@import "/css/folder.css";
@import "/css/firstpage.css";
@import "/css/products.css";
@import "/css/producers.css";
@import "/css/imagebank.css";

html
{
 height: 100%;
}

body
{
  height: 100%;
  margin: 0px;
  padding: 0px;
/*  background: white url(/grf/corp_bg.gif); */
  background: #e2e2e2;
  font-family: verdana, arial, tahoma, georgia, helvetica, sans-serif, trebuchet ms;
  line-height: 1.3;
  font-size: 10px;
}

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

a:active, a:hover
{
  color: #7a1f10;
  text-decoration: underline;
}
a.read_more,a.read_more:visited{
 font-weight: bold;
 color: #8c8c8c;
}
a.read_more:active,a.read_more:hover{
 color: #920a2b;
}
h1.title{
  font-size: 12px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 3px;
  color: #920a2b;
}

h2.title{
 font-weight: bold;
 font-size: 11px;
 color: black;
 padding: 0px;
 margin: 0px;
}
.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;
}

img{
 border: none;
}
.subtitle{ color:#FD682E;}


