@charset "utf-8";
/* XL Vision Villas */

body {
	margin: 0px;
	padding:0px;
	background-color:#393939;
	}

	.shad {
		background-image: url(../images/shadow.gif);
		background-repeat: repeat-y;
		background-position: center top;
		}
	
/* Footer */
.shad2 {
	background-image: url(../images/shadow2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
	.foot {
		font-family: Tahoma;
		font-size: 9pt;
		color: #919090;
		line-height: 14pt;
		}
	
	.menu {
		font-family: Tahoma;
		font-size: 9pt;
		line-height: 12pt;
		color: #e0dfdf;
		text-decoration: none;
		}
	
		.menu:hover {
			color: #FFFFFF;
			text-decoration: underline;
			}
	
	.line {
		font-family: Tahoma;
		color: #1e1e1e;
		font-size: 7pt;
		}

/* Content */
.content {
	background-color: #FFFFFF;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
	
	.h1 {
		font-family: Tahoma;
		font-weight:bold;
		font-size: 11pt;
		color: #000000;
}
	
	.h2 {
		font-family: Tahoma;
		font-size: 9pt;
		line-height: 14pt;
		color: #000000;
		text-align: justify;
		}
		
	.h3 {
		font-family: Tahoma;
		font-size: 20pt;
		color: #000000;
		}
		
	.h4 {
	font-family: Tahoma;
	font-size: 15pt;
	color:#000000;
		}
	
	.linkf {
	font-family: Arial;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
	font-weight:bold;
			}
		
	.linkf:hover {
	text-decoration: underline;
				 }
	
	input.button {
	background-color:#666666;
	border:1px solid #000000;
	font-family: arial;
	font-size: 8pt;
	color: #fff;
	cursor:pointer;
				}

	input.button:hover {
	font-family: arial;
	font-size: 8pt;
	color: #ffffff;
	background-color:#333333;
	border:1px solid #000000;
						}
	
/* Menu */
.bgmenu {
	background-image: url(../images/bgmenu.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
		.menu2 {
		font-family: Tahoma;
		font-size: 9pt;
		color: #CCCCCC;
		font-weight: bold;
		text-decoration: none;
		}
	
		.menu2:hover {
			color: #FFFFFF;
			text-decoration: none;
			}
			
		.menu4 {
		font-family: Tahoma;
		font-size: 9pt;
		color:#333333;
		font-weight: bold;
		text-decoration: none;
		}
	
		.menu4:hover {
			color:#999999;
			text-decoration: none;
			}	
			
	.line2 {
		font-family: Tahoma;
		color: #575757;
		font-size: 7pt;
		}
.bggal {
	background-image: url(../Gallery/bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}