.verdana {
	font-family: Verdana;
	font-size: 10px;
}
.lateral {
	font-family: Verdana;
	font-size: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.lateral2 {
	font-family: Verdana;
	font-size: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.titulo {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.agenda {
	font-family: Verdana;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.titulo2 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.formulario {
	font-family: Verdana;
	font-size: 10px;
	color: #003366;
	border: 1px solid #666666;
}

.input_text, .input_pass {
  border:2px solid #600;
  font-size:11px;
  padding:2px;
}