/* cadifra.com style */

html, body {  background: #fff; color: #000; }

/*
.f,.fl:link                   { color:#6f6f6f }
a:link,.w,a.w:link,.w a:link  { color:#00c; text-decoration:none; }
a:visited,.fl:visited         { color:#5a3696; }
a:active,.fl:active           { color:#faa700; }
a:hover,.fl:hover             { text-decoration:underline; }
*/
a         { text-decoration: none; color: #002bb8; background: none; }
a:visited { color: #5a3696; }
a:active  { color: #faa700; }
a:hover   { text-decoration: underline; }

html, body  {
  font-family: verdana,sans-serif;
  font-size: small;
}

p {
  margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 0.5em 0;
  font-family: arial, sans-serif;
}

h1 { font-size: 160%; font-weight: normal; }
h2 { font-size: 130%; font-weight: bold; }
h3 { font-size: 100%; font-weight: bold; }
h4 { font-size: 90%; font-weight: bold; }
h5 { font-size: 90%; font-weight: normal; }
h6 { font-size: 90%; border: 0; }


.first { margin-top:0; }

li { margin-bottom: 0.5em; }

td { vertical-align:top; }

.nav    { text-align:center; }

.small { font-size:0.8em; }
.foot   { font-size:0.8em; margin-top:25px; margin-bottom:0; }

.slogan {
  font-family:arial,sans-serif;
  text-align:right;
  padding-left:10px;
  font-size:1.8em;
  font-style:italic;
  font-weight:normal;
}

.textab { vertical-align:top; }

.vatop  { vertical-align:top; }

.download-file-item { margin-left:30px; }

.left-nav { margin: 0 0 0.8em 0; }
