@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Prompt');
.text_news{
	font-size: 14px;
	color: #000000;
	text-decoration:none;
	font-family: 'Prompt', sans-serif;
}
.date_news{
	font-size: 14px;
	color: #ef7fad;     /*FF9900 */
	text-decoration:none;
	font-family: 'Prompt', sans-serif;
}
.a{
font-family: 'Prompt', sans-serif;
font-size: 14px;
font-weight: normal;
color: #333333;
text-decoration: none;
}
.a:hover{
color: #ef7fad;   /*FF9900 */
font-family: 'Prompt', sans-serif;
font-size: 14px;
text-decoration:underline;
}
.aM{
font-family: 'Prompt', sans-serif;
font-size: 14px;
font-weight: normal;
color: #FF9900;
text-decoration: underline;
}
.aM:hover{
color: #333333;
font-family: 'Prompt', sans-serif;
font-size: 14px;
text-decoration:none;
}
.aN{
font-family: 'Prompt', sans-serif;
font-size: 14px;
font-weight: normal;
color: #fd86f3;
text-decoration:none;
}
.aN:hover{
color: #333333;
font-family: 'Prompt', sans-serif;
font-size: 14px;
text-decoration:underline;
}
.aN1{
font-family: 'Prompt', sans-serif;
font-size: 12px;
font-weight: normal;
color: #fd86f3;
text-decoration:none;
}
.aN1:hover{
color: #333333;
font-family: 'Prompt', sans-serif;
font-size: 12px;
text-decoration:underline;
}
.text_menu{
	font-size: 16px;
	color:#000033;
	text-decoration:none;
	font-family: 'Prompt', sans-serif;
}
body  {
    background-image: url("images/591103_BG2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.TxTaN{
font-family: 'Prompt', sans-serif;
font-size: 14px;
font-weight: normal;
color: #fd86f3;
text-decoration:none;
}
.TxTaN1{
font-family: 'Prompt', sans-serif;
font-size: 14px;
font-weight: normal;
color: #000000;
text-decoration:none;
}
.TxTaN2{
font-family: 'Prompt', sans-serif;
font-size: 16px;
font-weight:bold;
color: #000000;
text-decoration:none;
}
.textbox9 { 
	background:#FFFFFF;
	border: 1px solid #ed73a4;
	box-shadow: 0 0 5px #ed73a4 inset; 
	color: #000; 
	float: left; 
	padding: 7px 10px; 
	width:auto;
	outline: none; 
} 
.button {
	background-color:#ed73a4;
	border-radius: 8px;
    color:#FFFFFF;
    padding: 10px 15px;
    text-decoration: none;
    margin: 2px 2px;
    cursor: pointer;
	font-family: 'Prompt', sans-serif;
	font-size: 16px;
	width:auto;
    text-align: center;
    display: inline-block;
    transition-duration: 0.4s;
}
.buttonT {
	background-color:#5F73D3;
	border-radius: 8px;
    color:#FFFFFF;
    padding: 10px 15px;
    text-decoration: none;
    margin: 2px 2px;
    cursor: pointer;
	font-family: 'Prompt', sans-serif;
	font-size: 16px;
	width:auto;
    text-align: center;
    display: inline-block;
    transition-duration: 0.4s;
}
.button2 {
	background-color:#ed73a4;
	border-radius: 8px;
    color:#000000;
    padding: 10px 15px;
    text-decoration: none;
    margin: 2px 2px;
    cursor: pointer;
	font-family: 'Prompt', sans-serif;
	font-size: 14px;
	width:auto;
    text-align: left;
    display: inline-block;
    transition-duration: 0.4s;
}

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}