﻿body {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12pt;
	background-color: #000000;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
	font-style: italic;
}
p {
	font-size: 12pt;
	margin: 0px;
	padding: 5px;
	text-align: justify;
}
tr {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12pt;
	text-align: center;
}
a:link { color:#FFFFFF; text-decoration: underline }
a:hover { color:#FFFFFF; text-decoration: none }
a:visited { color:#FFFFFF; text-decoration: underline }
.Barra {
	background-color: #FFFFFF;
	line-height: 5px;
}
.Aviso {
	font-size: small;
	line-height: 50px;
}
.Borda1 {
	border-color: White;
	border: 1px solid;
}
.Campo {
	background-color: silver;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000;
}
.Foto {
	border: 4px #FFFFFF double;
	padding: 5px;
}