.css {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align:justify;
	background-color: #000066;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
color: #006699;
text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
		font-weight: bold;	
}
a:visited {
color: #000066;
text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
		font-weight: bold;	
}
a:hover {
color: #000066;
text-decoration:underline;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
		font-weight: bold;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align:justify;
}

.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align:left;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	text-align:left;
}
.titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	text-align:center;
}
input { 
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; color: #FFFFFF; 
	background-color: #6699CC; 
	border: #000099; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}
select { 
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; color: #FFFFFF; 
	background-color: #6699CC; 
	border: #000099; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}
textarea { 
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; color: #FFFFFF; 
	background-color: #6699CC; 
	border: #000099; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}