/* fonts */
.corpo {
	font-family: tahoma,arial,helvetica;
	font-size: 11px;
	color: #333333;
}

.corpoz {
	font-family: tahoma,arial,helvetica;
	font-size: 11px;
	color: #0066ff;
}

.menu {
	font-family: tahoma,arial,helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #7C7C7C;
}

.form_claro { 
   background-color: #F7FFC7;
   font-family: tahoma, arial, helvetica;
	font-size:11px;
   color:#2C2C2C;
   border: 1px;
   border-style: solid;
   border-color: #5C5C5C;
}

/* links */
a {
   font-family: tahoma,arial,helvetica;
   font-size:11px;
   color: #000000;
   text-decoration:none;
}

a:hover {
   font-family: tahoma,arial,helvetica;
   font-size:11px;
   color: blue;
   text-decoration:none;
}

a.menu {
   font-family: tahoma,arial,helvetica;
   font-size:13px;
   color: #7C7C7C;
   font-weight: bold;
}

a.menu:hover {
   font-family: tahoma,arial,helvetica;
   font-size:13px;
   color: blue;
   font-weight: bold;
}

a.azul {
   font-family: tahoma,arial,helvetica;
   font-size:11px;
   color: blue;
   font-weight: bold;
}

a.azul:hover {
   font-family: tahoma,arial,helvetica;
   font-size:11px;
   color: red;
   font-weight: bold;
}

.form_padrao { 
   background-color: #silver;
   font: 11px tahoma;
   color:#000000;
   border: 1px;
   border-style: solid;
   border-color: #7F7F7F;
}

.form_padrao2 { 
   background-color: #adb9c7;
   font: 11px tahoma;
   color:#000000;
   border: 1px;
   border-style: solid;
   border-color: #7F7F7F;
}

.form_padrao3 { 
   background-color: #c6b397;
   font: 11px tahoma;
   color:#000000;
   border: 1px;
   border-style: solid;
   border-color: #7F7F7F;
}
