/* GENERAL STYLES */
.body 
{
    margin:0px;
    background-color:#2b0f07;
}
.backgroundImage
{
    background-image:url(../images/linha-fundo.jpg);
    background-repeat:repeat-y;
}

/* EDITOR PROPERTIES */
.TitleBlack {
color:#000000;
font-family: arial;
font-size:10pt;
text-transform:uppercase;
font-weight:bold;
text-decoration:none;
}

.TitleWhite {
color:#ffffff;
font-family: arial;
font-size:8pt;
text-transform:uppercase;
font-weight:bold;
text-decoration:none;

}

.Text {
color: #000000;
font-family: arial;
font-size: 9pt;
text-decoration: none;
line-height: 16pt;
}

.HighlightBlack {
color:#000000;
font-family: arial;
font-size:17pt;
text-transform:uppercase;
text-decoration:none;
}

.HighlightWhite {
color:#ffffff;
font-family: arial;
font-size:17pt;
text-transform:uppercase;
text-decoration:none;
}

