* { border: 0px; margin: 0px; padding: 0px; }
 
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, dl, fieldset, address {
  margin: 20px 0;
}

dd, blockquote {
  margin-left: 40px;
}

fieldset {
  padding:10px;
}

html {
  padding-bottom: 10px;
}

body {
  height: 100%;
  width: 600px;
  background-color: #f1f1f1;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: justify;
  font-size: 12px;
  margin: auto;
  text-align: center;
  padding-top: 10px;
}

a {
  text-decoration: none;
}

a:link { color: #005cb1;}
a:hover { color: #005cb1;  }
a:visited { color: #005cb1; }
a:active { color: #005cb1; }

pre {
  background-color: #f1f1f1;
  padding: 10px;
}

p {
  margin: 20px 0;
}

.main {
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border: 1px solid #0066b9; /* 5a5a5a;*/
  background-color: #fcfcfc;
}

.pre_title {
  font-weight: bold;
  text-decoration: underline;
}

.top {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #0066b9;
  color: #ffffff;
/*  border: 1px solid #0066b9;*/
}

.bottom {
padding-top: 3px; margin-top: 0px; font-size: 8px; text-align: center;
}

.section_title {
  font-size: 18px; 
  font-weight: normal; 
  text-align: left; 
  padding: 0px; 
  margin: 0px;
}


.title {
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 70px;
  background-color: #0066b9;
  color: #ffffff;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  vertical-align: top;
}

.content {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #eaeaea;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: top;
}

a.lnk:link {
  color: black;
  font-weight: normal;
}

a.lnk:visited {
  color: black;
  font-weight: normal;
}

a.lnk:hover {
  color: #005cb1;
}


a.lnk2:link {
  color: #ffffff;
  font-weight: normal;
}

a.lnk2:visited {
  color: #ffffff;
  font-weight: normal;
}

a.lnk2:hover {
  color: #ffffff;
}

table {
  width: 100%; 
  text-align: left;
}

h1 { font-size: 24px; text-align: left; }
h2 { font-size: 18px; font-weight: normal; text-align: left; padding: 0px; margin: 0px; }
h3 { font-size: 14px; font-weight: bold; text-align: left; padding: 0px; margin: 0px; }
h4 { font-size: 12px; font-weight: normal; text-align: left; padding: 0px; margin: 0px; }
h5 { font-size: 10px; text-align: left; padding: 0px; margin: 0px; }

ul { list-style: inside; margin: 10px 0px 20px 10px;}
ol { list-style: lower-alpha inside; }

li { margin: 0px 0; padding-bottom: 5px; padding-top: 5px;}

.index { padding-top: 0px; padding-bottom: 0px; }
.l1 { padding-left: 20px; list-style: square inside; }
.l2 { padding-left: 40px; list-style: square inside; }
.l3 { padding-left: 60px; list-style: square inside; }

.p_title { padding-bottom: 5px; }
.comment { color: #ff0000; }
.input { color: #005cb1; }
.note { padding: 3px; background-color: #bbffbb; }

.ex_head { color: #ffffff; background-color: #0066b9; font-weight: bold; padding: 3px; text-align: left; border: 1px solid #0066b9;}
.ex_body { color: #000000; background-color: #f1f1f1; padding: 5px; border: 1px solid #0066b9;}

.licence {
border-top: 1px solid black; padding-top: 3px; margin-top: 0px; font-size: 8px; text-align: center;
}

