@charset "utf-8";
/* CSS Document */


@font-face {
font-family: "Epitet-SemiBold";
src: url("Epitet-SemiBold.ttf");
src: url("Epitet-SemiBold?#iefix") format("embedded-opentype"),
url("Epitet-SemiBold.svg#Locaweb-Icons") format("svg"),
url("Epitet-SemiBold.ttf") format("truetype");
font-weight: normal;
font-style: normal;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Epitet-SemiBold";
}

.texto-top{
	font-size: 15px;
	color: #FFF;
}


body,td,th {
	font-family: Epitet-SemiBold;
	font-size: 16px;
	color: #3e3e3e;
}
.menu {
	font-size: 16px;
	color: #FFF;
	padding-top: 14px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
}
.menu:link {
	text-decoration: none;
}
.menu:visited {
	text-decoration: none;
	color: #FFF;
}
.menu:hover {
	text-decoration: none;
	color: #72050B;
	background-color: #FFF;
}
.menu:active {
	text-decoration: none;
	color: #FFF;
}
.texto-front{
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
	color: #474747;
}

.menu-rodape {
	font-size: 14px;
	color: #4c4c4c;
	text-transform: uppercase;
	text-decoration: none;
}
.menu-rodape:visited {
	color: #4C4C4C;
}
.menu-rodape:hover {
	color: #982125;
}
.menu-rodape:active {
	color: #4C4C4C;
}
.titulo-rodape{
	font-size: 17px;
	text-transform: uppercase;
	color: #9d2027;
	text-decoration: underline;
}

h1{
	font-size: 27px;
	font-weight: normal;
	text-transform: uppercase;
	color: #9d2027;
	margin: 0px;
	padding: 0px;
}


h2{
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #9d2027;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #9d2027;
}

hr{
	border: 1px dotted #666;
}


.form{
	font-family: "Epitet-SemiBold";
	font-size: 15px;
	color: #000;
	background-color: #FFF;
	height: 35px;
	width: 100%;
	border-radius: 20px 20px 20px 20px;
	padding-left:20px;
	padding-right:20px;
	border: 1px solid #666;
}


.form1{
	font-family: "Epitet-SemiBold";
	font-size: 15px;
	color:#FFF;
	background-color: #9d2027;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 35px;
	width: 150px;
	border-radius: 20px 20px 20px 20px;
	padding-left:20px;
	padding-right:20px;
}

