
/*=====================Header Dropdown Menu=======================*/

.dropdown {
    position: relative;
    display: inline-block;
	float: left;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0C7CC0;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: grey;}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/*==============================================================*/
body{

	font-family:Arial, Helvetica, sans-serif;
	background:#F2F2F2;
	color: black;
	}

.logo{
float: right;
font-size:25px;
font-weight: bold;
}	
	
header{
display: block;
margin-top:0px;
}
.cfix{clear:both;}
.hrfix{
	margin:10px 0;
	opacity:0.7;
	border-width: 1px;
	border-color:#fff;

}
p{font-size:0.9em; line-height:1.6em; text-align: justify;}

table, img, textarea{
	max-width:100%;
}
textarea{
	width:100%;
}
td{
max-width:496px;
}

.page_table{

}

.td_tab{
	width:326px;
}

.whats_init{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #2a4152;
	position:relative;

}

/*============================================================*/

.htable{
	width: 100%
}
