html {
	padding: 0em;
	margin: 0em;
}
body{
	margin: auto;
	padding: 0em;
}
div.main {
	width: 80%;
	height: 100%;
	margin: 3em auto 0em auto;
	font: 0.75em sans-serif,arial,helvetica;
}
div.main .logo {	
	float: left;
	width: 25.5%;
	text-align: center;
	background-color: #fff;
}
div.main .empty {
	height: 1.7em;
}
div.main .biblio {
	text-align: center;
	font: bolder 4.0em Arial;
	color: #DEEAF1;
	white-space: nowrap;
}
div.main .lang{
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	margin-bottom: 0.8em;
	text-align: right;
	padding: 0.4em;
}
div.main div.content {
	float: left;
	width: 100%;
}
div.main .content .desc {
	float: left;
	width: 100%;
	height: 8em;
	line-height: 8em;
	text-align: center;
	margin-bottom: 0.2em;
	white-space: normal;
}
div.main .content .lnk {
	float: left;
	height: 8em;
	height: 100%;
	margin-bottom: 0.2em;
}
div.main .foot {
	float: left;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	width: 98.8%;
	margin-top: 0.6em;
	padding: 0.4em;
}
h4 {
	font-size: 100%;
	font-weight: normal;
	display: inline;
}
a {
	font-family: sans-serif,arial,helvetica;
	font-size: 100%;
	text-decoration: none;
}
a:link, a:visited {
    color: #4d6185; /* #21546a; */
}
a:hover {
    text-decoration: underline;
}
a:focus, a:active {
	color: #4a060d;
	text-decoration: underline;
}
ul {
	list-style: none;
	margin-top: 0.8em;
}
ul li {
	display: list-item;
	background: url(bullet.gif) left top no-repeat;
	padding-left: 1em;
}
table {
	width: 100%;
}
table td {
	border: 1px solid #D3D3D3;
}
table td.coldesc {
	width: 25%;
	background-color: #e2eff6;
}
table td.colnk {
	width: 75%;
}
