body { color: #333; font-size: 15px; font-weight: normal; line-height: 1.7 !important; outline: none; }
	/*---Heading Typo---*/
body h1, body h2, body h3, body h4, body h5, body h6 { color: #753475; font-style: normal; font-weight: 400; line-height: 1.5; margin: 0px 0px 8px 0px; }
h1 {font-size: 30px;}
h2 {font-size: 24px;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #753475;}
p a {color: #753475; font-family: Arial}
/*---Peragraph Typo---*/
p { letter-spacing: 0.2px; line-height: 1.7 !important; margin-bottom: 10px; }
select { border: 1px solid #d2d2d2; color: #666666; cursor: pointer; display: inline-block; font-size: 14px; font-weight: 300; height: 40px; padding: 8px 12px; }
label { color: #333333; font-weight: 400; }

span {font-family: Arial;}

.botao
{
    background-color: #da251d; 
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;    
    font-family: Arial;            
    border-width: 1px;
	border-bottom-style: solid;
	border-style: solid;
	border-color: Black;
	border-radius: 5px 5px 5px 5px;
}

.botao[disabled]
{                
    background-color: #CCC;
    color: #000;
}

.tabela
{
    border-width: 0pt;
    border: none;
}

