/* PREDEFINED HTML TAGS
------------------------------------------------------------------ */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	color:#575757;
	font-size:76%;
	line-height:1.6em;
background:#fff;
}

span,div,li,td,th,label { 
	font-family: Arial, Helvetica, sans-serif;
	}
p {margin-top:0px;}

h1 {
	font-size: 1.8em;
	margin-top:32px;
	margin-bottom: 2px;
	padding:0;
	color:#000066;
	line-height:140%;
}	
h2 {font-size: 1.4em; margin:0 0 1px 0; padding:10px 0 1px 0; color:#000066; line-height:100%;}
h3 {
	font-size: 1.0em;
	margin-bottom:0px;
	padding-bottom:0px;
	color:##666633;
}	
h4 {font-size: 1.0em;}	
h5 {font-size: 1.0em;margin:0; padding:0;} /*NEWS HEADING TOP*/	
h6 {font-size: 0.8em;}
h2 a:link,
h2 a:visited {
	text-decoration:none;}


.adresse {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
}



/* TOOLBOX
------------------------------------------------------------------ */
.hide{ display:none;}
.bold {font-weight:bold;}
.floatLeft {float:left;}
.floatRight {float:right;}
.clear {clear:both;}
.clearIE {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;}
	  
/* MAIN LINK SETTINGS 
------------------------------------------------------------------ */
a:link,
a:visited {
	color:#666633;
	text-decoration: none;
} 
a:hover{
	color:#006699;
	text-decoration:underline;
} 
a:active {
	color:#666633;
	text-decoration:none;
}


/* FORMS
------------------------------------------------------------------ */
form {
	display: block;
}

/*input {
	border:1px thin #CCCCCC;
	height:15px;}
	
.button {
	border:1px thin #CCC;}*/

	
input:focus {
}

textarea {}


.img left {
padding: 0px 15px 0px 0px;}

/*misc*/
#justClearMe{
	clear:left;
	height:1px;
	font-size:0.1em;}
