root { 
    display: block;
}

body {
    margin: 0;
    padding: 0;
    background: #f7f7f7;
    background-image: url("../images/backgroundflash.jpg");
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000000;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}

a {
    text-decoration: none;
}

a:active, a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}


.copyright  {
    font-family: Arial, Helvetica, sans-serif;
    font-size :8pt;
    color: #999999
}

.tab_item_info {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding-top: 3px;
    margin-right: 5px;
    color: #002C71;
    float: left;
}

.content {
    line-height:1.73em;
    font-size:14px;
}