body{
	margin:0px;
	padding:0px;
	background-color:#DBB484;
	font-family:Arial;
}

p {
	margin-bottom: 12px;
	margin-top: 0px;
}

a {
	text-decoration: underline;
	color: #2A4B7A;
}

a:hover{
	text-decoration: none;
	color: #2A4B7A;
}

h1 {
	margin-bottom: 35px;
	margin-top: 30px;
	color: #2A4B7A;
	font-family: Arial;
	font-size: 26px;
	text-align: center;
}

h2 {
	margin-bottom: 5px;
	margin-top: 20px;
	color: #2A4B7A;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
}

.address {
	font-size:24px;
	color: #2A4B7A;
	margin-top: 24px;
	font-weight: bold;
	text-align: left;
	padding-left: 300px;
}

.main-text{
	font: 14px Arial;
	text-indent: 0px;
}

.main-text2 {
	margin: 0 65 5 65;
	text-indent: 20px;
	text-align: justify;
}

.menu-text {
	font: 16px Arial;
	font-weight: bold;
	color: #2A4B7A;
	cursor: default;
}

.menu-text a{
	font: 16px Arial;
	font-weight: bold;
	color: #2A4B7A;
	text-decoration: none;
}

.menu-text a:hover{
	color: #D0964F;
	text-decoration: none;
}

.menu-block {
	width: 200px;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	border: none;
}

.img-border {
	border: 1px solid #696969;
}

.copy{
	font-size: 11px;
	color: #2A4B7A;
}