html,body{
    font-weight: normal;
    font-family: verdana, tahoma, arial;    
    margin: 0px;
    padding: 0px;
}

#modelo {    
    margin:0px auto;
}

.body {
	font-family: verdana, tahoma, arial;
	font-size: 12px;        
}
.tab1 {
	background-color: #ffcd99;
        font-family: verdana, tahoma, arial;
	font-size: 12px;
}
.tab2 {
	background-color: #F8F8F8;
        font-family: verdana, tahoma, arial;
	font-size: 12px;
}
.titu {
	font-size: 16px;
	color: #014a05;
	font-weight: bold;
}
.marginRadio {
            font-family: verdana, tahoma, arial;
            font-size: 12px;  
            margin-left: 0px;
            margin-bottom: 10px;
}
.mostrarCombos {
    display: none;
}
.titu2 {
    font-family: verdana, tahoma, arial;
    font-size: 14px;
    color: #990000;
    font-weight: bold;
}
.input {
    font-family: verdana, tahoma, arial;
    font-size: 12px;
    height: auto;
    width: auto;
}
.line{
	background-color: #990000;
}
.descricao{
	border: dotted 1px #000;
}
td.topo {
    background-image: url("//egov.santos.sp.gov.br/interface/css/img/fundo-topo.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 100% 100%;
    height: 83px;
}
td.topo h1 {
    float: left;
    font-family: verdana, tahoma, arial;
    font-size: 18px;
    margin: 0 0 0 15px;
    color: #808080;
}
td.topo h1 small {
    font-weight: 300;
}
td.topo img {
    float: right;
    margin-right: 10px;
}