@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #115b17;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.link-azul {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
body {
	background-image: url();
}
.menu {	background-color: #F0F0F0;
	border: 1px solid #C8C8C8;
}
.menu2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #434343;
	text-decoration: none;
}
a.menu2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-left: 25px;
}
.menu3 {	font-family: Tahoma;
	font-size: 11px;
	color: #115b17;
	text-decoration: none;
}
a.menu3 {
	font-family: Tahoma;
	font-size: 11px;
	color: #115b17;
	text-decoration: none;
	text-align: left;
	margin-left: 45px;
}
.text {	font-family: Tahoma;
	font-size: 11px;
	color: #434343;
	text-decoration: none;
}
.footer {	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.footer {	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.text {	font-family: Tahoma;
	font-size: 11px;
	color: #434343;
	text-decoration: none;
	font-weight: normal;
}
.style61 {
	font-family: Tahoma;
	font-weight: bold;
	color: #112E8E;
}

.style62 {
	font-family: Tahoma;
	font-weight: bold;
	color: #FFFFFF;
}

.style63 {
	font-family: Tahoma;
	color: #FFFFFF;
}

.style69 {font-size: 10}
.style70 {font-size: 10px}
.style71 {color: #FF0000}
.style72 {font-size: 14}

.style80 {
	font-size: 20px;
	font-family: Tahoma;
	font-weight: bold;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.73)
}
.style82 {
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.73)
}

.style84 {
	font-size: 18px;
	font-family: Tahoma;
	font-weight: bold;
	color: black;
	background-color: rgba(0,0,0,0.73)
}

.style86 {
	font-size: 18px;
	font-family: Tahoma;
	font-weight: bold;
	color: red;
	background-color: rgba(0,0,0,0.73)
}


input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=password], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #112E8E;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #000000;
}

div {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

<style>
/* Style The Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
</style>

-->
</style>