﻿/*Tags HTML*/
html,body,form
{
}

html
{
}
body
{
    font: italic normal normal 14px "Times New Roman", Times, serif;
    background: #49577F url('../../Imagens/JPEG/Background.jpg') no-repeat center top;
}
form
{
}

/*Classes ui.Layout*/
.Body
{
    margin: auto;
    background: url('../../Imagens/PNG/Body.png') repeat-y center;
    position: relative;
    width: 866px;
}
.Header
{
    padding:20px 0px;
    position: relative;
    width: 866px;
}
.Header-Top
{
}
.Header-Left
{
}
.Header-Middle
{
}
.Header-Right
{
}
.Header-Bottom
{
}
.Logo
{
    height: 110px;
    width: 155px;
    display: block;
    float: left;
    margin: 0px 10px 0px 44px;
    background: url('../../Imagens/PNG/Logo.png') no-repeat;
}
.NavigationBar
{
    margin: 20px 0px 0px 0px;
    width: 651px;
    display: block;
    float: right;
}
.PageInfo
{
}
.Content
{
    padding: 0px 20px 0px 20px;
    margin: 0px auto 83px auto;
    width: 780px;
    position: relative;
}
.Content-Top
{
}
.Content-Left
{
    margin-right: 20px;
    width: 604px;
    line-height: 1.5em;
}
.Content-Middle
{
}
.Content-Right
{
    width: 200px;
    position: absolute;
    right: -24px;
}
.Content-Bottom
{
}
.Break-Vertical
{
}
.Break-Horizontal
{
}
.Spacer
{
}
.Footer
{
    margin: 20px auto 0px auto;
    width: 866px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    height: 73px;
}
.Footer-Top
{
    height: 41px;
}
.Footer-Left
{
    height: 73px;
    width: 24px;
    background: url('../../Imagens/PNG/Footer-Left.png') no-repeat;
}
.Footer-Middle
{
    width: 818px;
    height: 58px;
    background: url('../../Imagens/PNG/Footer-Content.png') repeat-x;
    padding-top: 15px;
}
.Footer-Right
{
    background: url('../..//Imagens/PNG/Footer-Right.png') no-repeat;
    height: 73px;
    width: 24px;
}
.Footer-Bottom
{
    background: url('../../Imagens/PNG/Copyright.png') no-repeat center top;
    display: block;
}
.Copyriht{}