
/* Textos */
.titulo {font-family:Arial, Tahoma; font-size:10pt; color: #4C6392; line-height:14pt;}
.texto {font-family:Arial, Tahoma; font-size:8pt; color: #555; line-height:11pt;}
.textomenor {font-family:Arial, Tahoma; font-size:7.5pt; color: #555; line-height:10pt; font-weight:bold;}
.texto1 {font-family:Arial, Tahoma; font-size:8pt; color: #555555; line-height:11pt;}
.textomenor1 {font-family:Arial, Tahoma; font-size:7.5pt; color: #555555; line-height:10pt; font-weight:bold;}
.texto2 {font-family:Arial, Tahoma; font-size:8pt; color: #ffffff; line-height:11pt;}
.textomenor2 {font-family:Arial, Tahoma; font-size:7.5pt; color: #ffffff; line-height:10pt; font-weight:bold;}
.texto3 {font-family:Arial, Tahoma; font-size:8pt; color: #4C6392; line-height:11pt;}
.textomenor3 {font-family:Arial, Tahoma; font-size:7.5pt; color: #4C6392; line-height:10pt; font-weight:bold;}

/* Links */
.link {color: #555; text-decoration:none;}
.link:hover {color: #4C6392; text-decoration:none;}
.link1 {color: #ffffff; text-decoration:none;}
.link1:hover {color: #fffffff; text-decoration:underline;}
.link2 {color: #4C6392; text-decoration:none;}
.link2:hover {color: #4C6392; text-decoration:underline;}
.link3 {color: #A50163; text-decoration:none;}
.link3:hover {color: #A50163; text-decoration:underline;}

/* Cores para planos de fundo */
.backcolor { background-color:#ffffff; }
.backcolor1 { background-color:#ddd; }
.backcolor2 { background-color:#555; }
.backcolor3 { background-color:#000000; }
.backcolor4 { background-color:#4C6392; }
.backcolor5 { background-color:#A50163; }

/* formatação para formulários */
.input { border: 1px solid #bbb; font-family:Arial, Tahoma; color:#4C6392; font-size:7.5pt; height:19px;background-color:#ffffff; width:100%;}
.input1 { border: 1px solid #bbb; font-family:Arial, Tahoma; color:#4C6392; font-size:7.5pt; height:19px; background-color:#ffffff;}
.textarea { border: 1px solid #bbb; font-family:Arial, Tahoma; color:#4C6392; font-size:7.5pt; background-color:#ffffff; width:100%;}
.botao { border: 0px solid #bbb; background: #4C6392; font-family:Arial, Tahoma; color:#ffffff; font-size:7.5pt; height:19px;}

/* marcadores */
li {list-style-type: square; list-style-position:inside}
