﻿* { margin: 0; padding: 0; }
body
{
    font: 12px Arial,Tahoma,Helvetica,sans-serif;
    color: #000;
}
ul, ol { list-style-type: none; }
a { color: Blue; outline-width: 0; }
a:hover { text-decoration: none; }
a img { border-width: 0; }
ul { list-style-type: none; }
.s23 { font-size: 23px; }
.s18 { font-size: 18px; }
.s16 { font-size: 16px; }
.s15 { font-size: 15px; }
.s14 { font-size: 14px; }
.s12 { font-size: 12px; }
.s11 { font-size: 11px; }
.s10 { font-size: 10px; }
.cyellow { color: #f5e78d; }
.cred { color: #d43626; }
.c333 { color: #333; }
.c000 { color: #000; }
.cfff { color: #fff; }
.cdef { color: #000; }
.tahoma { font-family: Tahoma; }
.fn { font-weight: normal; }
.strong { font-weight: bold; }
.clear
{
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.toleft { float: left; }
.toright { float: right; }
.textright { text-align: right; }
.textcenter { text-align: center; }
.toblock { display: block; }
.tonone { display: none; }
.textbox
{
    padding: 2px 4px;
    border: solid 1px #b3b3b3;
    background: #fff;
    font: 12px Tahoma,Arial,Verdana;
    color: #171717;
}
span.caption
{
    display: block;
    margin: 0 0 3px 2px;
    font-size: 11px;
    font-weight: bold;
    color: #171717;
}
span.caption em
{
    font-style: normal;
    font-size: 10px;
    color: #3d3d3d;
}
h3.caption,
h4.caption
{
    display: block;
    font: 16px Tahoma,Arial,Verdana;
    color: #000;
}
.arrow_caption
{
    padding-left: 10px;
    background: url(../images/arrow.gif) no-repeat left 7px;
}
.arrow_caption a
{
    color: #171717;
}
.arrow_caption span
{
    margin-left: 5px;
    padding-left: 10px;
    background: url(../images/arrow.gif) no-repeat left 7px;
}
fieldset.toform { border-width: 0; }
table { border-width: 0; border-collapse: collapse; }

table.deftable
{
    position: relative;
    width: 100%;
    border-top: solid 1px #858ba5;
    border-right: solid 1px #858ba5;
}
table.deftable th,
table.deftable td
{
    padding: 3px 5px;
    border-left: solid 1px #858ba5;
    border-bottom: solid 1px #858ba5;
    background: #eeeeec;
}
table.deftable td { background: #fff; }

ul.deflist li
{
    position: relative;
    padding: 2px 0 2px 14px;
    background: url('../images/arrow.gif') no-repeat left 9px;
}
select.defselect
{
    width: 174px;
    font-size: 14px;
    color: #383838;
    background: #f1f1f1;
    border: solid 1px #646464;
    display: block;
    text-align: left;
}
select.defselect optgroup
{
    border-width: 0;
    text-align: left;
}
select.defselect option
{
    padding: 0 0 4px 4px;
    background: #f1f1f1;
    border-width: 0;
    text-align: left;
}
select.defselect option.first
{
    padding: 0;
}
.abutton,
.inputbutton
{
    float: left;
    display: block;
    height: 34px;
    color: #3d3d3d;
}
.abutton .abutton_l,
.inputbutton .abutton_l
{
    float: left;
    display: block;
    height: 34px;
    margin: 0 20px 0 0;
    background: url(../images/buttons/abutton/l.png) no-repeat left top;
}
.abutton .abutton_r,
.inputbutton .abutton_r
{
    float: right;
    display: block;
    width: 20px;
    height: 34px;
    margin: 0 -20px 0 0;
    background: url(../images/buttons/abutton/r.png) no-repeat left top;
}
.abutton strong
{
    float: left;
    display: block;
    padding: 9px 0 0 20px;
    font-size: 11px;
    font-weight: normal;
    color: #3d3d3d;
}
.inputbutton input
{
    float: left;
    display: block;
    background: none;
    border-width: 0;
    padding: 8px 0 0 20px;
    font: 12px Tahoma,Arial,Verdana;
    color: #171717;
}
.abutton:hover .abutton_l,
.inputbutton:hover .abutton_l
{
    background-image: url(../images/buttons/abutton/l_hover.png);
}
.abutton:hover .abutton_r,
.inputbutton:hover .abutton_r
{
    background-image: url(../images/buttons/abutton/r_hover.png);
}
.abutton span em
{
    font-style: normal;
}
.inputbutton:hover input { text-decoration: underline; }

.text
{
    text-align: center;
    /*line-height: 1.5;*/
    font-size: 14px;
}
.text p { margin: 8px 0 0 0; }

.content_text h1, 
.content_text h2, 
.content_text h3, 
.content_text h4, 
.content_text h5, 
.content_text h6 {
  margin: 1em 0 .5em 0;
  line-height: 1.2;
  font-weight: bold;
  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;
}

.content_text ul, .content_text ol {
  margin: .75em 0 .75em 32px;
  padding: 0;
  list-style-type: circle;
}

.content_text p {
  margin: .75em 0;
  text-indent: 18px;
}
.content_text address {
  margin: .75em 0; 
  font-style: normal; 
}

.content_text a {
  text-decoration: underline;
}
.content_text a:hover { text-decoration: none; }
.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;
}

.content_text a:active {
  outline: none;
}

.content_text a img {
  border: none;
}