/* CSS Document */
* {
font-family: arial;
font-size: 12px;
}

img {
border: 0;
}

ul {
list-style: none
}

a {
color: #55544F;
background: white;
text-decoration: none;
}

a:hover {
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

h1, h1 a {
font-family: verdana;
font-size: 18px;

}

h2, h2 a {
font-size: 12px;
text-transform: uppercase;
color: #0097AC;
}

h3 {
font-size: 12px;
border: 1px solid #B6B2AB;
padding: 2px 4px;
}

a h3 {
font-size: 12px;
border: 1px solid #B6B2AB;
padding: 2px 4px;
background: white;
}

p {
margin-bottom: 20px;
}

img.foto {
margin-bottom: 20px;
border: 1px solid black;
}

p.legenda {
margin-top: -15px;
font-size: 10.5px;
}

div.botao {
text-transform: uppercase;
font-size: 10.5px;
border: 1px solid #B6B2AB;
padding: 3px 6px;
background: white;
font-size: 12px;
}

div.botao2 {
color: black;
font-size: 10.5px;
border: 1px solid #B6B2AB;
padding: 3px 6px;
background: #DED9D1;
}

div.botao a, div.botao2 a {
text-decoration: none;
}

a.link {
text-transform: uppercase;
text-decoration: none;
color: #55544F;
background: white;
padding: 0 6px 0 3px;
}

a.link2 {
text-transform: uppercase;
text-decoration: none;
color: white;
border: 1px solid #B6B2AB;
background: #0097AC;
padding: 0 6px 0 3px;
font-weight: bold;
}

input#botao {
background: white;
border: 1px solid #B6B2AB;
padding: 0 6px 0 3px;
}

form p {
margin-bottom: 6px;
}

p.endereco {
font-size: 11px;
}

 tr {
background: #DED9D1;
}

td {
padding: 3px 6px;
}

table#xencontro tr {
background: white;
}