body {
    background-color:#191512;
    font-family:Arial narrow,sans-serif;
    text-align: left;
    width: 100%;
    height: 100%;
    color:white;
}

a {
    color:white;
    font:normal 12pt Arial narrow, sans-serif;
    text-decoration:none;
}

a:hover {
    color:#ffdbcf;
    text-decoration:underline;
}

img {
    border:none;
}

.title {
    color: White;
    background-color : #8B0426;
    font-weight : bold;
    text-align: center;
}

.error{
    color: Red;
    font-weight:bold;
}

table.template {
    border-collapse:collapse;
    margin:25px auto;
    border:none;
    vertical-align:top;
}

table.template td {
    border-collapse:collapse;
    padding:0;
}

table.template td.footer {
    background: url("/images/template/footer.gif") no-repeat;
    width:998px;
    height:35px;
    text-align:center;
    color:white;
    font:normal 10px Arial;
}

table.template td.images {
    background: #5E5E5E url("/images/template/images.gif") no-repeat;
    width:237px;
}

table.template td.content {
    background: #848484 url("/images/template/content.gif") no-repeat;
    width:540px;
    height:480px;
    vertical-align:top;
    font:normal 10pt Arial,serif;
    padding: 20px;
}

table.template td.header {
    background: url("/images/template/header.jpg") no-repeat;
    width:998px;
    height:166px;
    vertical-align:bottom;
}

div.collage {
    position: absolute;
    left:50%;
    background: white;
    padding:2px;
}

.collage img {
    display:block;
}

/*
div.image1 {
    top:160px;
    margin-left:320px;
    z-index:1;
}

div.image2 {
    top:400px;
    margin-left:330px;
    z-index:2;
}

div.image3 {
    top:590px;
    margin-left:360px;
    z-index:3;
}

div.image4 {
    top:290px;
    margin-left:250px;
    z-index:4;
}

div.image5 {
    top:460px;
    margin-left:290px;
    z-index:5;
}
*/

table.left {
    border:none;
    border-collapse:collapse;
    width:181px;    
}

table.left td {
    border:none;
    border-collapse:collapse;
}

table.left td.search {
    background: url("/images/template/search.gif") no-repeat;
    height:95px;
    color:black;
    vertical-align:middle;
    padding-left:10px;
}

table.left td.payment {
    background: url("/images/template/payment.gif") no-repeat;
    height:36px;
    padding:0 10px;
    vertical-align:middle;
    white-space: nowrap;
}

table.left td.payment a {
    font-size:10pt;
    text-decoration:underline;
}

table.left td.notices {
    background: #848484 url("/images/template/notices.gif") no-repeat;
    vertical-align:top;
    height:315px;    
    padding:10px;
    color:black;
}

div.notices {
    border:solid 1px black;
    overflow-x:hidden;
    overflow-y:auto;
    width:140px;
    height:200px;
    background-color:white;
    font:normal 10px Arial;
}

div.notices p {
    margin-top:0;
}

.searchlink {
    color:#3C0004;
    text-decoration: underline;
}

.searchinput {
    border:solid 1px black;
    width:125px
}

.search_header {
    font-size:10pt;
}

.search_summary {
    font-size:8pt;
}

.search_top_title_result {
    font-size:8pt;
    font-family:Verdana, serif;
}

.scroll{
    font-size:8pt;
    font-family:Verdana, serif;
}

.current {
    font-weight:bold;
    font-family:Verdana, serif;
    font-size:8pt;
}

.pages {
    font-family:Verdana, serif;
    font-size:8pt;
}

/* WYSIWYG editor */

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}