body {
	color: #403d33;
	margin: 0;
	padding: 5;
	font: 0.7em "Arial", Helvetica, Sans-Serif;
	background-color: #eeece8;
}


p {
	margin: 10px;
	padding: 5px;
	text-align: justify;
}

.votrevilla {
	color: #D32329;
	font: bold normal 10px "Arial", Helvetica, Sans-Serif;
	text-transform: uppercase;	
}

.arrowred {
	color: #D32329;
	font-weight: bold;
	font-size: 12px;		
}

#textphoto {
	padding-top: 5px;
	padding-bottom: 25px;
	line-height: 1.8em;
	color: #999999;
	background: #ffffff;
	font: 10px "Arial", Helvetica, Sans-Serif;
	text-align: justify;
}


.address {
	padding: 10px;
	line-height: 1.8em;
	color: #999999;
	
	font: 10px "Arial", Helvetica, Sans-Serif;
	text-align: justify;
	
}



.address a:link		{
	text-decoration:none;
	color:#999999;
	font-family: "Arial", Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
}
.address a:visited	{
	text-decoration:none;
	color:#000000;
	font-family: "Arial", Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
}
.address a:hover 	{
	text-decoration:underline;
	color:#D32329;
	font-family: "Arial", Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
}
.address a:active	{
	text-decoration:none;
	color:#000000;
	font-family: "Arial", Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
}




/* ---------- Blue links ---------- */

a:link		{
	text-decoration:none;
	color:#999999;
	font-family: "Arial", Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
}
a:visited	{
	text-decoration:none;
	color:#000000;
	font-family: "Arial", Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
}
a:hover 	{
	text-decoration:underline;
	color:#D32329;
	font-family: "Arial", Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
}
a:active	{
	text-decoration:none;
	color:#000000;
	font-family: "Arial", Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
}



/* H1
-------------------------------------------------------------------------------------------------------------------------*/


h1 {
	font: 190% Arial, Sans-Serif;
	color: #D32329;
	position: relative;
	padding: 20px 0 0 0px;
	margin: 0;
}

h1 span {
  background: url(../images/gradient-white.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 13px;
}

h1 a {
	color: #02bdf0;
	background: inherit;
	text-decoration: underline;
}

h1 a:hover {
	color: #02bdf0;
	background: inherit;
	text-decoration: underline;
}

h2 {
	margin: 10px 0 5px;
	padding: 0 0 0 10px;
	font-size: 1.2em;
	letter-spacing: 0px;
	color: #000000;
	
}

h2 a {
	color: #02bdf0;
	text-decoration: underline;
	padding: 0 0 0 20px;
}

h2 a:hover {
	color: #02bdf0;
	text-decoration: underline;
}


.slogan {
	font: 190% tohama, Arial, Sans-Serif;
	color: #FFFFFF;
	font-weight: normal;
	
}


.borderred {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D32329;
}	

.bordergrey {
	border-bottom: thin solid #cccccc;
	border-top: thin solid #cccccc;
}

.bordergreyleft {
	
	border-left: thin solid #cccccc;
}

.borderall{
	border: thin solid #cccccc;
}

.form{
	border: thin solid #cccccc;
	font: 10px "Arial", Helvetica, Sans-Serif;
	padding-left: 3px;
	padding-right:3px;
	margin-left: 3px;
	margin-right: 3px;
}

