@charset "utf-8";
*{
	/*font-family:"Times New Roman", Times, serif;*/
	/*font-family: Helvetica, Arial, "sans-serif";*/
	font-family: Tahoma, sans-serif;
}

body{
	background: url()
}



p {
  	line-height: 1.2em;
	font-size: 20px;
	margin: 00px 00px;
}

buttons {
	display: block;
    /*background-color:#456582;*/
    color:#FFFFFF;
	padding: 10px;
    border: 0px solid #000000;
	border-radius: 0px;
    cursor: pointer;
    width: auto;
	height: 42px;
    font-size: 18px;
	font-weight:normal;
    text-align: center;
	margin: 0px auto;
}

buttons:hover {
	background:#456582;
}

hr {
  	border: 0;
  	border-top: 1px solid #456582;
	width: 100%;
	margin:20px 00px;
}


.dowload{
	border: none;
	margin: 20px auto;
}

button a{
	background-color: #456582;
	color: white;
	padding: 20px 30px;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 20px;
	font-weight:normal;
	margin: 0px auto;
}
button a:hover{
	background-color:rgba(69,101,130,0.5);
}

/*------------Tablet Menu------------*/


@media all and (min-width:767px){
	
	
}


/*------------desktop Menu------------*/


@media all and (min-width:1025px){
	

	
	
}


