﻿body
{
    font-size: 11px;
    color: #666666;
    font-family: Verdana;
    background-color: #07b1e4;
    margin:0px;
}
a
{
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    font-family: Verdana;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
.Lateral1
{
    background-image: url(imagens/Lateral1.jpg);
    background-repeat: no-repeat;
    background-position:right top;
}
.Lateral2
{
    background-image: url(imagens/Lateral2.jpg);
    background-repeat: no-repeat;
    background-position:left top;
}
.Borda
{
   border: solid 2px #d2d2d2;
    }
.txt
{
    border-right: #b2c7d8 1px solid;
    border-top: #b2c7d8 1px solid;
    font-size: 11px;
    border-left: #b2c7d8 1px solid;
    border-bottom: #b2c7d8 1px solid;
    font-family: Verdana;
}

.btn
{
    border-right: #b2c7d8 1px solid;
    border-top: #b2c7d8 1px solid;
    font-size: 11px;
    border-left: #b2c7d8 1px solid;
    border-bottom: #b2c7d8 1px solid;
    font-family: Verdana;
    font-weight: bold;
    background-color: #ffffff;
}
a:link {
	color: #1F017B;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #666666;
}
