html
{
	background-color: white;
}
body
{
	width: 640px;
	
	font-family: "Trebuchet MS",Verdana,Arial,serif;
	font-size: 1em;
	line-height: 1.2em;
	
	color: black;
	text-align: left;
}
h1
{
	font-variant: small-caps;
	margin: 0px;
	
	font-size: 2em;
}
h2
{
	font-variant: small-caps;
	margin: 0px;
	
	font-size: 1.5em;
}
h3
{
	margin: 0px;
	margin-left: 10%;
	
	font-size: 1.3em;
}
h4
{
	margin: 0px;
	margin-left: 20%;
	
	font-size: 1.1em;
}
h1,h2,h3,h4,h5
{
	background-color: #7bc4e7;
	color: white;
	margin-bottom: 0.7em;
	line-height: 1.2em;
	
	text-align: center;
}
p
{
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	text-indent: 1em;
	margin: 0.5em;
	
	text-align: justify;
}
hr
{
	clear: both;
	color: #7bc4e7;
	
	background-color: #7bc4e7;
	height: 6px;
	
	border: 0;
	
	margin-top: 4px;
	margin-bottom: 4px;
	
	width: 50%;
}
table
{
	font-size: 12px;
	line-height: 14px;
	margin: auto;
}
th
{
	text-align: right;
	font-weight: normal;
	width: 45%;
}
td
{
	text-align: left;
	font-weight: bold;
	width: 45%;
}
a
{
	color: black;
	text-decoration: underline;
}
a:hover
{
	color: black;
}
a:focus
{
	color: black;
}
acronym
{
	border-bottom: 1px dotted;
}
.flottant
{
	float: left;
	margin-left: 6px;
	margin-right: 6px;
}
.img_group
{
	clear: both;
	
	margin-top: 2em;
}
.img_group img
{
	border: 2px solid #7bc4e7;
}
#subheader
{
	clear: both;

	background-color: white;
	
	padding: 0.5em;
	margin: 8px;
	border: 4px solid #7bc4e7;
	
	font-size: 0.7em;
	line-height: 1.2em;
}	
#footer
{
	clear: both;

	background-color: white;
	
	padding: 0.5em;
	margin: 8px;
	border: 4px solid #7bc4e7;
	
	font-size: 0.7em;
	line-height: 1.2em;
}
.highlightbox
{
	clear: both;

	background-color: white;
	
	padding: 0.5em;
	margin: 8px;
	border: 4px solid #aa8331;
	
	font-size: 0.7em;
	line-height: 1.2em;
}	
.highlightbox h1,.highlightbox h2,.highlightbox h3,.highlightbox h4,.highlightbox h5
{
	background-color: #aa8331;
}	