body {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
 	background-image: url(images/background.jpg); 
}

body,td,th {
	color: #FFFFFF;
}

#site {
	width: 85%;
	margin: auto;
	border-color: black;
	border-style: solid;
	border-width: thin;
}

.Style2 {font-size: 24px; font-style: italic; font-weight: bold; }
.Style7 {font-style: italic; font-size: 18px;}
.Style8 {font-style: italic; font-size: 24px;}
.Style9 {font-size: 16px; }
.Style12 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Style13 {font-size: 9px}                                       /* PROPRIETES */

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #FFFFFF;
	background:none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: overline underline;
	background: none;
}

p:hover {
    color: #FFFFFF;
	background: none;
}

.bold {
	font-weight: bold;
	background: none;
}


                                       /* HEADERS */
.header {
	background-repeat: no-repeat;
	text-align: right;
	height: 80px;
}

.title {
	text-align: center;
	float: left;
	color: #FFFFFF;
	background:none;
	font-size: 32px;
	padding: 20px 20px 20px 20px;
	text-decoration: underline;
}

                                       /* MENUS */

.menuh {
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: solid thin black;
	border-bottom: solid thin black;
	background: none;
}

                                      /* MIDDLE */

.middle {
	width: 100%;
	text-align: center;
	padding: 10px 10px 10px 10px;
	background: none;
}

.property {
	margin: auto;
	margin-top: 10px;
	border: dotted 1px black;
	width: 70%;
	color: #B90000;
	background: none;
}

.propertitle {
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
	color: black;
	background: none;
}

.middletitle {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
	background: none;
}

