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


html
{
 height: 100%;
}

body
{
  margin: 0px;
  padding: 0px;
  background: white;
  color: #333333;
  font-family: verdana, arial, helvetica, sans-serif, trebuchet ms;
  font-size: 0.69em;
  line-height: 1.3;

}

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

a:active, a:hover
{
  color: #F19D01; 
}

a.read_more, a.read_more:visited{
 text-decoration: none;
}
a.read_more:active, a.read_more:hover{
 text-decoration: none;
}
a img
{
  border: 0px;
}
h1.title
{
  font-size: 1.7em;
  font-weight: normal;
  margin: 0 0 0 0;
  padding: 0px;
  color: #333333;
}

h2.title
{  
  margin: 0 0 5px 0;
  font-size: 1.4em;
  font-weight: normal;
}
h3.title
{  
  margin: 0 0 0 0;
  color: black;
  font-size: 10px; 
  font-weight: bold;
  text-transform: uppercase;
}
h4.title
{  
  margin: 0 0 5px 0;
  color: white;
  font-size: 10px; 
  font-weight: bold;
  text-transform: uppercase;
}
.file {
  margin-bottom: 4px;
}

.file img {
  margin-bottom: -4px;
}
.split{
 clear: both;
 height: 1px;
 margin-top: 10px;
 margin-bottom: 10px;
 background: url(/images/layout/border_pix_horiz.gif) repeat-x left top;
}