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


html
{
 height:100%;
}

body
{
  height:100%;
  margin: 0px;
  padding: 0px;
  background: white;
  font-family: verdana, arial, helvetica, sans-serif, trebuchet ms;
  line-height: 1.4;
  font-size: .73em;
  color: #4e5d68;
}

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

a:active, a:hover
{
  color: black;
  text-decoration: none;
}
a img
{
  border: 0px;
}
a.read_more,
a.read_more:visited,
a.read_more:active,
a.read_more:hover{
 clear: both;
 font-weight: bold;
 padding: 3px 0 0 0;
 font-size: .93em;
}
h1.title
{
  color: #a01829;
  font-size: 2em;
  font-weight: normal;
  margin: 0 0 7px 0;
  font-family: times new roman, verdana, arial, helvetica, sans-serif, trebuchet ms;
}

h2.title {
  font-size: 1.7em;
  margin: 0 0 5px 0;
  padding: 0px;
  font-family: times new roman, verdana, arial, helvetica, sans-serif, trebuchet ms;
  font-weight: normal;
  
}
h3.title{
 font-family: times new roman, verdana, arial, helvetica, sans-serif, trebuchet ms;
 font-size: 1.5em;
 margin: 0 0 3px 0;
 padding: 0px;
 font-weight: normal;
}
.file {
  margin-bottom: 4px;
}

.file img {
  margin-bottom: -4px;
}
.image_text{
 font-size: 11px;
 margin-top: 3px;
}
hr{
 width: 100%;
 clear: both;
}
.flash
{
  z-index:70;
}

