body {
    font: 13px/19px Arial, Geneva, Tahoma, sans-serif;
    color: #3f3f3f;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: Arial, Tahoma, Geneva, sans-serif;
    color: #9843b8;
}

h1, h2 {
    letter-spacing: -1px;
}
h1 {
    font-size: 32px;
    margin-bottom: .2em;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
    color: #2d2839;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
    text-decoration: underline;
}

h3, h4, h5, h6 {
    margin-bottom: 0;
    line-height: 1.5em;
}

a {
    color: #bd41e9;
    text-decoration: none;
}

a:visited {
    color: #bd41e9;
}

a:hover {
    color: #bd41e9;
}

i {
    font-weight: normal;
    font-style: italic;
}

em {
    font-weight: bold;
    color: #1B0D1E;
    font-style: normal;
}

b {
    font-weight: bold;
}

hr {
    background-color: #e0d8e0;
}
.highlight {
    background-color: #1B0D1E;
    color: #fff;
    font-weight: normal;
}

.enhanced {
    font-size: 15px;
    line-height: 1.5em;
}

.smallprint {
    font-size: 11px;
}

.JustifyCenter {
    text-align: left;
}
.JustifyCenter {
    text-align: center;
}
.JustifyRight {
    text-align: right;
}
.JustifyFull {
    text-align: justify;
}
.Indent1 {
    text-indent: 1em;
}
.Indent2 {
    text-indent: 2em;
}
.Indent3 {
    text-indent: 3em;
}

/* inline quote */
q {
    font-style: italic;
}

ul { list-style-type: disc;}
ul ul { list-style-type: circle;}
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: decimal;}
ol ol { list-style-type: upper-alpha;}
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: decimal; }

    /*#body .col-2 ul li {
        list-style-type: none;
        background: transparent url(/images/arrow-li.gif) no-repeat 0 50%;
        padding-left: 10px;
    }

    #body .col-2 ul li li {
        list-style-type: circle;
        background: none;
        padding-left: 0;
    }*/


/* --------------------------------------------------------------

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text

-------------------------------------------------------------- */

label       { font-weight: normal; margin-bottom: 0; padding: 0; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input[type=text],
input.text, input.title,
textarea, select {
  background-color:#fff;
  border:1px solid #bbb;
}
input[type=text]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border-color:#666;
}

input[type=text],
input.text, input.title,
textarea, select {
    margin:0;
}

input.text,
input.title   { width: 250px; padding:3px; }
input.title   { font-size:1.5em; }
textarea      { width: 246px; height: 115px; padding:5px; }

button {
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
  position:relative; top:0;
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice,
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }


.clear-both:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clear-both {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear-both {height: 1%;}
.clear-both {display: block;}
/* End hide from IE-mac */

