html,body {
	margin: 0;
	padding: 0;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
.main_text {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	padding-right: 90px;
	padding-left: 90px;
}
.text {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.text_ps {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #F8C24C;
}
.ul {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
	color: #CC9966;
	text-decoration: none;
}
a:hover {
	color: #333333;
}
.image {
	border: 1px solid #B79D83;
}
.gold_image {
	border: 1px solid #B79D83;
}
.borderLeftRight {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.copyright {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: right;
	padding-right: 20px;
}
.greetings {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
}

input {
	border:1px #e27941 solid;
}

textarea {
	border:1px #e27941 solid;
}

a.menu {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E4814C;
	text-align: center;
	text-decoration: none;
}
a.menu:hover {
	color: #5C5C5C;
	text-decoration: underline;
}

a.menu_activ {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5C5C5C;
	text-align: center;
	text-decoration: none;
}

h1
{
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 15pt;
	margin: 2px 0px 5px 0px;
	color: #e27941;
	padding: 0px 90px 0px 90px;
}

h1.property
{
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	margin: 2px 0px 5px 0px;
	color: black;
	padding: 0px 0px 0px 0px;
}

h2
{
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: center;
	margin: 2px 0px 5px 0px;
	color: #e27941;
	padding-right: 90px;
	padding-left: 90px;
}

h3
{
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	margin: 2px 0px 5px 0px;
	color: #e27941;
	padding-right: 0px;
	padding-left: 0px;
}

h4
{
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	margin: 0px 0px 2px 0px;
	color: #e27941;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: none;
	font-weight:bold;
}
h5
{
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	margin: 2px 0px 5px 0px;
	color: #e27941;
	padding-right: 0px;
	padding-left: 0px;
}

hr
{
	border: 1px solid #E4814C;
	text-align: center;
}

a.pro {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC9966;
	text-decoration: none;
}
a.pro:hover {
	color: #333333;
	text-decoration: underline;
}

p.pro
{
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px 10px 7px 10px;
	border: 0px solid #000000;
}

p.mailObligatory {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	padding: 0px 3px 0px 3px;
	margin: 0px 90px 0px 90px;
	border: 3px solid yellow;
}


#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font:normal 12px Century Gothic, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:150;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: none;
}

#dropmenudiv a:hover{ /*hover background color*/
/*background-color: #FFFF99;*/
}