﻿/* Normal */
.txtNormal {
	font-family: Verdana;
    font-size: 13px;    
    color: #336799;
	text-decoration: none;
	line-height: 16px;
}

.txtTopo {
	font-family: Trebuchet MS;
    font-size: 20px;    
    color: #666666;
	text-decoration: none;
	font-weight: normal;
}

.txtTopoAzul {
	font-family: Trebuchet MS;
    font-size: 20px;    
    color: #336699;
	text-decoration: none;
	font-weight: bold;
}
.txtBoxStyle1{
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
	padding-left: 4px;
    background-color: #FFFFFF;
    font-family: "Trebuchet MS";
    font-size: 12px;    
    color: #2F3A56;
    background-image: url(corners.gif);
	}
.txtBoxStyle2{
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
	padding-left: 4px;
    background-color: #FFFFFF;
    font-family: "Trebuchet MS";
    font-size: 12px;    
    color: #2F3A56;
    background-image: url(grid.gif);
	}