/* Atributos Globais*/

H1, H2, H3 {
margin: 0 px;
text-decoration: none;
}

p {
margin:0px;
}

/*links Kendo*/

a:visited.kendo {
	color: black;
	text-decoration: none;
}

a:hover.kendo {
	color: black;
	text-decoration: none;
}

a:link.kendo {
	color:black;
	text-decoration: none;
}

/* Links da barra superior*/

a:visited.main {
	color: black;
	text-decoration: none;
}

a:hover.main {
	color: black;
	text-decoration: none;
	background-color: #CCCCCC;
}

a:link.main {
	color:black;
	text-decoration: none;
}

/* Elementos de design da página*/

.upline {
	border: 1px solid #000000;
}
.bottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}