body {
    font-family: "Trebuchet MS";
    font-size: 10pt;
    margin: 0pt;
    padding: 0pt;
    border-collapse: collapse;
}

img {
    border: none;
    behavior: url("pngbehavior.htc");
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/imagem.png', sizingMethod='scale');*/
}

table {
    border-collapse: collapse;
}

td {
    vertical-align: top;
}

.head, .foot, .head table, .foot table {
    width: 100%;
}

.box {
    margin: 10px;
    /*height: 300px;*/
    text-align: center;
    width: 779px;
}

.title {
    border-top: solid 2pt blue;
    border-bottom: solid 2pt blue;
    background: #59f;
    color: white;
    font-weight: bold;
}

.content {
    padding-bottom: 5px;
    height: 400px;
    text-align: right;
}

.botao {
    background: url('../imagens/botao.png') 50% 0 no-repeat;
    /*width: 95px;*/
    height: 20px;
    text-align: center;
    font-size: 9pt;
}

a {
    color: #20f;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #50f;
}

.dDestaque {
    float: left;
    margin: 15px;
    width: 40%;
    background: #99f;
    display: block;
    text-align: justify;
    padding: 10px;
}

.titulo {
    font-weight: bold;
    font-size: 16pt;
    color: #50a;
}

#index {
    margin: 0px;
    padding: 0px;
}

.alarme {
    text-align: justify;
    background: transparent;
    position: relative;
    /*top: 180px;
    left: 265px;*/
    top: 40px;
    left: 25px;
}