.sub {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #0C096B;
	
}

textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #0C096B;
}

.bod {
	font-family: "MS Sans Serif";
	font-size: 10px;
	color: #000000;
}
.bod2 {
	font-family: "MS Sans Serif";
	font-size: 14px;
	color: #000000;
}

.sub2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0C096B;
}
A {     
	font-family: verdana;
	font-size: 12px;
        Color : #CC3300; font-weight: bold;
	text-decoration : none;
}
A:hover { 
        font-family: verdana;
	font-size: 12px;
	Color : #CC3300; font-weight: bold;
	text-decoration : underline;
}
.bodwh {
	font-family: "MS Sans Serif";
	font-size: 12px;
	color: #FFFFFF;
}
.sub3 {
	font-family: verdana;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
}
.title {
	font-family: MS Sans Serif;
	font-size: 16px;
	color: #6873C2;
	font-weight: bold;

}
.title2 {
	color: #0C096B;
	font-family: verdana;
	font-size: 24px;
	font-weight: bold;
}
.sub4 {
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	color: #CC3300;
}
.sub5 {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #0C096B;
}
.topo {
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.topo:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
/* cadastrado */
div.cadastrado {
	background-color: #eee;
	color: #036;
	margin-bottom: 20px;
	padding: 10px;
	width: 225px;
}
div.cadastrado img {
	margin-bottom: 10px;
}
div.cadastrado div.text {
	margin-bottom: 10px;
}

/* nao cadastrado */
div.ncadastrado {
	background-color: #ddf3fb;
	color: #036;
	margin-bottom: 20px;
	padding: 10px;
	text-align: right;
	width: 185px;
}
div.ncadastrado img {
	margin-bottom: 10px;
}
div.ncadastrado span {
	text-align: left;
}
div.ncadastrado div.text {
	margin-bottom: 10px;
	text-align: left;
}
.atencao {
	background-color: transparent;
	color: #c00;
	font-weight: bold;
}