@font-face {
    font-family: "AB";
    src: url("font/ariblk.eot");
    src: local("Arial Black"), url("font/ariblk.ttf") format("truetype");
}

* {
    outline: none;
}

html,body{
    margin: 0em;
    padding: 0em;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    /* *background: url(system-asset]/style/img/blackmain_bg_long.jpg/system-asset]) repeat-x fixed; */
    background-color:#ebebeb;
    height:100%;
}

p, li, th, td {
    /*font-size: 0.78em;*/
    line-height: 1.0em;
}

p {
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 15px;
}

a {
    color: #571963;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p.breadcrumbs {
    color: #571963;
    font-size: 10px;
    padding: 5px 0px 0px 0px;
    text-align: right;
    line-height: 10px;
}

p.breadcrumbs a {
    font-weight: normal;
}

img {
    border: none;
}

h1 {
    font-size: 24px;
    font-family: AB;
}

h2 {
    font-size: 18px;
    line-height: 1em;
    padding-bottom: 12px;
    border-bottom: 1px solid #CCC;
}

h3 {
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px dotted #DDDDDD;
    color: #000000;
    height: 30px;
    margin-bottom: 10px;
    padding: 10px 0 0;
    text-decoration: none;
}

h4 {
    font-size: 15px;
    line-height: 1em;
    margin-bottom: 6px;
    padding: 10px 0 0;
}

ul {
    list-style: disc outside none;
}

ol, ul {
    padding-left: 20px;
}

.error {
    color: #FF0000;
    font-weight: bold;
}

.message {
    color: #006600;
    font-weight: bold;
}

.invalid {
    border: 1px solid #FF0000;
    color: #FF0000;
}

img.pdf,
img.word,
img.text,
img.sound,
img.secure,
img.image,
img.error,
img.ppt {
    vertical-align: middle;
    margin: 0em 0.75em;
}

.form-input {
    /*font-family: Helvetica, Arial, sans-serif;*/
    color: #666666;
    font-size: 12px;
    border: none;
}

.back_to_top,
.back_to_top a,
.back_to_top a:link,
.back_to_top a:hover,
.back_to_top a:active,
.back_to_top a:visited {
    font-size: 0.78em;
    color: #7F7FB7;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.half-space {
    height: .5em;
}

.image_float_left {
    float: left;
    margin: 0em 1em 1em 0em;
}

.image_float_right {
    float: right;
    margin: 0em 0em 1em 1em;
}

td, th {
    vertical-align: top;
    padding: .4em;
}