.adjusteIE {
   z-index: 1;
}            

.titulocabecalho {
    font-family: Arial, Helvetica, sans-serif;
    color: #0B1E2F; 
    text-shadow: #999 0.1em 0.1em 0.2em;
    font-size:30px;
    padding-top:15px;
}

.cormenu {
    font-family: 'Carrois Gothic', sans-serif; 
    color:#FFF;
    font-size:15px;
    padding-top:5px;
}
.fonte_arial_10 {
	font-family: Arial;
	font-size: 10px;
}
.fonte_arial_10_bold {
	font-family: Arial;
	font-size: 10px;
    font-weight: bold;
}
.fonte_arial_12 {
	font-family: Arial;
	font-size: 12px;
}
.fonte_arial_12_bold {
	font-family: Arial;
	font-size: 12px;
    font-weight: bold;
}
.fonte_arial_14 {
	font-family: Arial;
	font-size: 14px;
}
.fonte_arial_14_bold {
	font-family: Arial;
	font-size: 14px;
    font-weight: bold;
}
.button_1 {
    height: 21px;
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: #091F31;
    color: white;
    text-align: center;
    text-decoration: blink;
    display: inline-block;
    font-size: 12px;
    margin: 0px 0px 0px 2px;
    cursor: pointer;
}
.button_1_hover:hover {
    font-weight: bold;
}
.button_1_font_red {
    background-color: #FF0000;
    border: none;
    color: white;
    height: 21px;
    text-align: center;
    text-decoration: blink;
    display: inline-block;
    font-size: 12px;
    margin: 0px 0px 0px 2px;
    cursor: pointer;
}
.button_2_cinza {
    background-color: #999999;
    border: none;
    color: white;
    height: 21px;
    width: 120px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 1px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
.button_2_cinza_click {
    background-color: #555555;
    border: none;
    color: white;
    height: 21px;
    width: 120px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 4px 1px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
.button_2_hover:hover {
    background-color: #555555;
    color: white; 
    font-weight: bold;
}
