
div.contacts_head {
	left: 21%;
	top: 180px;
	width: 60%;
	height: 40px;
	font-family: "Arial";
	font-size: 22pt;
	font-weight: bold;
	color: blue;
	text-align: center;
	vertical-align: middle;
	background-color: white;
	border-style: solid;
	border-bottom-style: none;
	border-color: red;
	border-width: thin;
}

div.contacts {
	left: 21%;
	top: 220px;
	width: 60%;
	height: 280px;
	border-style: solid;
	border-top-style: none;
	border-color: red;
	border-width: thin;
}

div.address_head {
	left: 22%;
	top: 230px;
	width: 25%;
	height: 20px;
	font-family: "Arial";
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: red;
	text-align: left;
	text-decoration: underline;
	vertical-align: middle;
	background-color: white;
}

div.address {
	left: 22%;
	top: 260px;
	width: 25%;
	height: 70px;
	font-family: "Times Roman";
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	color: black;
	background-color: white;
}

div.email_head {
	left: 52%;
	top: 230px;
	width: 25%;
	height: 20px;
	font-family: "Arial";
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: red;
	text-align: left;
	text-decoration: underline;
	vertical-align: center;
	background-color: white;
}

div.email {
	left: 52%;
	top: 260px;
	width: 25%;
	height: 80px;
	font-family: "Times Roman";
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	color: blue;
	text-align: left;
	background-color: white;
}

a.email {
	text-decoration: none;
	font-family: "Arial";
	font-size: 11pt;
	font-weight: bold;
	color: blue;
}

a.email:active {
	color: blue;
}

div.telephone_head {
	left: 37%;
	top: 360px;
	width: 25%;
	height: 20px;
	font-family: "Arial";
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: red;
	text-align: left;
	text-decoration: underline;
	vertical-align: middle;
	background-color: white;
}

div.telephone {
	left: 37%;
	top: 390px;
	width: 25%;
	height: 50px;
	font-family: "Times Roman";
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	color: black;
	background-color: white;
}

div.internet_head {
	left: 30%;
	top: 460px;
	width: 25%;
	height: 20px;
	font-family: "Arial";
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: red;
	text-align: left;
	text-decoration: underline;
	vertical-align: middle;
	background-color: white;
}

div.internet {
	left: 40%;
	top: 460px;
	width: 25%;
	height: 20px;
	font-family: "Times Roman";
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	color: black;
	background-color: white;
}

a.internet {
	text-decoration: none;
	font-family: "Arial";
	font-size: 12pt;
	font-weight: bold;
	color: blue;
}

a.internet:active {
	color: blue;
}