body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/fond.gif);
	margin: 0;
	font-size: 60%;
	font-weight: bold;
	}

.Style2 {font-size: 10pt}
.Style4 {font-size: 10pt}
.Style6 {font-size: 10pt; color: #333333; }
.Style7 {color: #000000}
body,td,th {
	font-family: Verdana;
	font-size: 10pt;
}

a:link {
	color: #76B0D5;
	text-decoration: none;
	}
	
a:visited {
	color: #7B878F;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #2399E5;
	}
	
#header {
	color: #76B0D5;
	background: #C5E7FD;
	border-bottom: 1px solid #76B0D5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	padding: 10px;
	}
	
#content {
	margin: 0px;
	color: #555;
	}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
p {
	font-size: .9em;
	}


#firstcol {
	float: left;
	}
	
#secondcol {
	float: left;
	}

#thirdcol {
	padding-top: 5px;
	margin-right: 80px;
	margin-bottom: 10px;
	float: left;
	}
		
/* =-=-=-=-=-=-=-[Menu Two]-=-=-=-=-=-=-=- */
	
#menu2 {
	width: 150px;
	border-style: solid solid none solid;
	border-color: #677D92;
	border-size: 1px;
	border-width: 0px;
	margin: 2px;
	}
	
#menu2 li a {
	font-size: 10px;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu2 li a:link, #menu2 li a:visited {
	color: #fff;
	display: block;
	background: url(images/menu2.gif);
	padding: 8px 0 0 6px;
	}
	
#menu2 li a:hover {
	color: #283A50;
	background: url(images/menu2.gif) 0 -32px;
	padding: 8px 0 0 6px;
	}
	
#menu2 li a:active {
	color: #283A50;
	background: url(images/menu2.gif) 0 -64px;
	padding: 8px 0 0 6px;
	}	

