@charset "utf-8";
/* CSS Document */

html, body {
    max-width: 100%;
    overflow-x: hidden;
}
body,td,th {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0071bf;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0071bf;
}
a:hover {
	text-decoration: underline;
	color: #AAAAAA;
}
a:active {
	text-decoration: none;
	color: #AAAAAA;
}
.main{
	font-size:18px;
	margin:0 auto;
    line-height: 35px;
}
.element {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
input[type="text"] {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	
}
textarea  {
	  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
	