/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Tahoma;
	font-size: 11px;
}





/* ESTILOS DO LINK */
a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #84C225;
	text-decoration: underline;
}





/* ESTILOS DO MENU */

.menu {
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	background: url(../imagens/div_menu.png) no-repeat center right;
}

.menu:hover {
	background: #FFFFFF;
	color: #000000;
}

.menuu {
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

.menuu:hover {
	background: #FFFFFF;
	color: #000000;
}

.linkmenu {
	text-decoration: none;
}

.linkmenu:hover {
	text-decoration: none;
}





/* ESTILOS GERAIS */
h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

.preco {
	color: #85C226;
	font-weight: bold;
}

.tabela {
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

.dashed {
	border: 1px dashed #DFDFDF;
}

.padding {
	padding: 5px;
}