@charset "utf-8";
/* CSS Document */

img{
	border: 0;
}

body {
	margin: 0;
	background: #FFeaFF;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.p_principal {
	font-family: Tahoma;
	font-size: 14pt;
	color: #ff0000;
	font-weight: bold;
}


.borda_rodape {
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #a0a0a0;
}

.rodape {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
}

.magenta { color: #B11E89 }

.email {
	width: 215px;
	border: solid #B11E89 1px;
}

.senha {
	width: 213px;
	border: solid #B11E89 1px;
}

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B11E89;
	text-decoration: underline;
}