body {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	background-color: #003063;
	margin: 10px 0 0 0;
}
table, td {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
}
ul {
	line-height: 20px;
}
.campo {
	border: 1px solid #999999;
	background-color: #f0f0f0;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#menu td {
	text-align: right;
}
#menu a:link, a:visited, a:active {
	text-decoration: none;
	color: #333333;
}
#menu a:hover {
	text-decoration: underline;
	color: #000000;
}
.titulo {
	font-family: Verdana;
	font-size: 18px;
	color: #000000;
}
h1 {
	font-family: Verdana;
	font-size: 18px;
	color: #000000;
}
.subtitulo {
	font-family: Verdana;
	font-size: 12px;
	color: #003399;
}

.textoBranco {
	color: #FFFFFF;
}
a.textoBranco:link, a.textoBranco:visited, a.textoBranco:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a.textoBranco:hover {
	color: #FF6600;
	text-decoration: none;
}

a.passo:link, a.passo:visited, a.passo:active {
	color: #003399;
	text-decoration: underline;
	font-size: 13px;
}
a.passo:hover {
	color: #FF6600;
	text-decoration: none;
	font-size: 13px;
}
.destaque {
	border: 1px solid #CCCCCC;
	background-color: #F0F0F0;
	padding: 8px 8px 8px 8px;
}
.linhadot {
	border-bottom: 1px #CCCCCC dotted;
}