/* CSS Document */

/* ############ Tabelas  ############## */

td.borda_lateral {
border-left-width: 1px; 
border-left-style: solid;
border-left-color: #666666;
border-right-width: 1px; 
border-right-style: solid;
border-right-color: #666666;
}

td.borda_direita {
border-right-width: 1px; 
border-right-style: solid;
border-right-color: #666666;
}

table.bordas {
border-width: 1px; 
border-style: solid;
border-color: #666666;
}

/* ############ Links  ############## */

A:link {text-decoration:none; color:#000000;}
A:visited {text-decoration:none; color:#000000;}
A:active {text-decoration:none; color:#000000;}
A:hover {text-decoration:underline; color:#000000;}

/* ############ Formulários  ############## */

input.input { 
background-color: #ffffff; 
border:1px solid #7F9DB9;
}

textarea.textarea { 
background-color: #ffffff; 
border:1px solid #7F9DB9;
}

select {
font-family: verdana;
font-size: 13px;
}
