body {
    font-family: Verdana, Tahoma, Sans Serif;
    font-size: 11px;
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}

.wrapper {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 450px;
    text-align: left;
}

#header {
    display: none;
    height: 0;
    width: 0;
}

#print_header {
    display: block;
}

.content {
    display: block;
}

.main_wrapper {
    float: left;
    width: 450px;
    position: relative;
}

h1 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 16px;   
}

h2 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 14px;   
}

h3 {
    margin: 0;
    font-size: 12px;
}

.main_wrapper p {
    text-align: justify;
    margin-top: 0;
}

.main_wrapper ul li {
    text-align: justify;
}

.main_wrapper ul {
    margin-top: 5px;
    margin-bottom: 0;
}

hr {
    height: 1px;
    margin: 3px;
}

/****************
    deksia mpara    
 ****************/
.bar_wrapper {
    display: none;
    width: 0;
    height: 0;
}

#bar {
    display: none;
    width: 0;
    height: 0;
}

.footer {
    clear: both;
    text-align: right;
    font-size: 9px;
    padding-top: 15px;
}

/*  links   */

a:link, a:active {
    color: #003378;
    text-decoration: underline;
    font-weight: bold;
}

a:visited {
    /*color: #4485BB;*/
    color: #003378;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    color: #FE9A29;
    text-decoration: underline;
    font-weight: bold;
}

h1 a:link, h1 a:active, h1 a:visited {
    margin: 0;
    font-size: 16px;   
    color: #FE9A29;
    text-decoration: none;
}

h1 a:hover {
    margin: 0;
    font-size: 16px;   
    color: #FE9A29;
    text-decoration: underline;
}

/*  lists   */
ul {
    list-style-type: disc;
}

/*  misc    */
a img {
    border: 0;
}

input {
    font-size: 11px;
    border: 1px solid;
    border-color: #013479;
    color: #013479;
}

textarea {
    font-size: 11px;
    border: 1px solid;
    border-color: #013479;
    color: #013479;
}

table.decoration {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

table.decoration tr td {
    margin: 0;
    padding: 0;
    border-color: #BED7E9;
    border-collapse: collapse;
}

.table_top {
    border-top: 1px solid;
    height: 16px;
}

.table_left {
    border-left: 1px solid;
}

.table_right {
    border-right: 1px solid;
}

.table_bottom {
    border-bottom: 1px solid;
    height: 16px;
}

#document_options {
    display: none;
    height: 0;
    width: 0;
}

.news_browser {
    display: none;
    height: 0;
    width: 0;
}