﻿*
{
    margin:0;
    padding:0;
    list-style:none;
    font-family:Arial;
}
fieldset
{
    border:none;
}
img
{
    border:0;
}
body 
{
    background-color:White;
    font-size:12px;
}
.geral
{
    width:900px;
    margin:2px auto;
}
h1, h2, h3, h4, h5, h6
{
    font-weight:normal;
}
p
{
    font-size:12px;
    color:#666;
}
em
{
    font-size:11px;
}
.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Black;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalPopup {/*005197*/
	background-color:#fff;
	border:1px solid #666;
	width:900px;
	height:550px;
	z-index:2;
}
.textopopup
{
    padding:10px 40px;
}
.textopopup p
{
    font-size:11px;
    font-family:Arial;
    color:#333;
    letter-spacing:1px;
    line-height:15px;
}
.modalPopup h1
{
    color:#005197;
}
.topopopup
{
    background:url(../imagens/barra_superior.png) no-repeat;
    width:900px;
    height:61px;
}
.rodapepopup
{
    background:url(../imagens/barra_inferior.png) no-repeat;/*#005197*/
    width:900px;
    height:20px;
    padding:16px 0 0 0;
    text-align:center;
}
.rodapepopup a
{
    text-transform:uppercase;
    font-weight:bold;
    letter-spacing:1px;
    font-size:11px;
    color:White;
}