/* Zerando margin/padding's */
body,form,p {
	margin:0;
	padding:0;
}

/* Fonte */
body,select,input,textarea,td,div,p,a {
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	text-decoration:none;
	color:#808080;
}

/* Imagens */
img { border:0; }
.foto { border:1px solid #808080;}

/* Textos */
.texto { }
.texto a:link { color:#333333; }
.texto a:hover { color:#666666; text-decoration:underline;}
.texto a:visited { color:#333333; }

.titulo { font-size:12px; font-weight:bold; }
.titulo a:link { font-size:12px; font-weight:bold; color:#333333; }
.titulo a:hover { font-size:12px; font-weight:bold; color:#666666; text-decoration:underline;}
.titulo a:visited { font-size:12px; font-weight:bold; color:#333333; }

.subtitulo { font-weight:bold; color:#333333; }
.subtitulo a:link { font-weight:bold; color:#333333; }
.subtitulo a:hover { font-weight:bold; color:#666666; }
.subtitulo a:visited { font-weight:bold; color:#333333; }

/* Formulários */
.campos1 { background-color:#f7f7f7; padding:2px; }
