

	body{
		background: #003333;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
	}

	h1{
		font-size: 18pt;
		text-align: left;
		font-weight: 200;
		margin: 0px 0px 10px 0px;
	}
	
	h2{
		font-size: 10pt;
		text-align: left;
		margin: 20px 0px 10px 0px;
	}

	p{
		text-align: justify;
		line-height: 15pt;
	}
	
	li{
		text-align: left;
		margin-bottom: 10px;
		line-height: 15pt;
		text-align: justify;
	}
	
	
/* LAYOUT */
	.main{
		width: 900px;
	}
	
	.tel{
		text-align: right;
		color: #FFFFFF;
		padding: 0px 10px 6px 0px;
		font-size: 18pt;
	}
	
	.header{
		height: 100px;
		background-repeat: no-repeat;
	}

	.container td{
		vertical-align: top;
	}
	
	.content{
		text-align: left;
		min-height: 500px;
	}
	
	.content a{
		text-decoration: none; 
		font-weight: bold;
		color: #006699;
	}
	
	.content a:hover{color: red;}

	.sub{padding:10px;}
	
	.footer{
		font-size: 7pt;
		color: #669999;
		margin-top: 10px;
	}
	
/* MENU */
	
	.menu{
		width: 180px;
	}
	
	.menu a{
		display: block;
		text-align: left;
		color: white;
		text-decoration: none;
		font-weight: bold;
		padding: 6px;
		font-size: 8pt;
		background-image: url(../images/btn/btn_bg_green.png);
	}
	
	.menu a:hover{
		color: #FFFFFF;
		background-image: url(../images/btn/btn_bg_grey.png);
		background-repeat: repeat-x;
	}
	
	.nav1{
		color: #FFFFCC !important;
	}
	
	.nav2{
		padding-left: 15px !important;
		color: #003333 !important;
	}

/* Pictures */

	.photo{
		padding: 2px; 
		border: 1px solid #006666;
	}
	
	.photo p{
		text-align:center;
		margin: 0px;
	}


/* VIDEOS */

	object{margin:5px;}

	.scroll{
		position:relative;
		font-size: 12pt;	
	}

	.scroll a{color: #A60000;}
	.scroll a:hover{color: #006699;}
	

/* CLEAR */	

	.clear{clear: both;}
	