﻿* { margin: 0; padding: 0; }
body
{
    font: normal 11px Tahoma,Arial,Verdana;
    color: #000;
}
a { color: Blue; outline-width: 0; }
a:hover { text-decoration: none; }
a img { border-width: 0; }
ul { list-style-type: none; }
.s16 { font-size: 16px; }
.s14 { font-size: 14px; }
.s12 { font-size: 12px; }
.s11 { font-size: 11px; }
.s10 { font-size: 10px; }
.c369 { color: #369; }
.c036 { color: #036; }
.c06 { color: #c06; }
.fn { font-weight: normal; }
.strong { font-weight: bold; }
.clear
{
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
table { border-width: 0; border-collapse: collapse; }

.content_text h1, 
.content_text h2, 
.content_text h3, 
.content_text h4, 
.content_text h5, 
.content_text h6 {
  margin: 1em 0 .5em 0; /* Titles should be close to the text they describe */
  line-height: 1.2; /* Bigger text is often nicer with smaller line space */
  font-weight: bold; /* Browser default. Use "normal" for less bulky titles */
  font-style: normal;
}
.content_text h1 {
  font-size: 1.75em;
}
.content_text h2 {
  font-size: 1.5em;
}
.content_text h3 {
  font-size: 1.25em;
}
.content_text h4 {
  font-size: 1em;
}

/* Lists */
.content_text ul, .content_text ol {
  margin: .75em 0 .75em 32px;
  padding: 0;
  list-style-type: circle;
}

/* Paragraphs */
.content_text p {
  margin: .75em 0; /* Most browser defaults are "1em 0". */
}
.content_text address {
  margin: .75em 0; /* You may want display:inline;margin:0; in HTML 5 */
  font-style: normal; /* The annoying browser default is "italic". */
}

/* Links */
.content_text a {
  text-decoration: underline;
}
.content_text a:link {
  color: #11C;
}
.content_text a:visited {
  color: #339;
}
.content_text a:hover, .content_text a:focus, .content_text a:active {
  color: #00F;
}
/* No dotted outline or halo around links when clicking them */
.content_text a:active {
  outline: none;
}
/* No border around images in links */
.content_text a img {
  border: none;
}
