body {
	background-image: url( 'bg.png' );
	background-repeat: repeat-x;
	overflow: scroll;
}

body * {
	font-family: Verdana, sans-serif;
	color: #202020;
	font-size: 11px;
}

b {
	color: black;
	font-weight: bold;
}

#cont_sup {
	border-left: 1px solid #9e9e9e; 
	border-right: 1px solid #9e9e9e; 
	margin-left: 8px; 
	margin-right: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: white;
	text-align:left;
	font-size: 11px;
}
#leftpane {
	float: left; 
	width: 200px; 
	height: 100px;
	margin-left: 10px;
	margin-top: 10px; 
	padding-top: 10px;
}
#main { 
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	width: 550px;
	float: left;
}
#menu {
	width: 100%; height: 62px; 
	padding-top: 5px;
	font-size: 11px;
	background-image: url( 'menu.png' ); background-repeat: no-repeat;
}
#menu a {
	position: relative;
	top: 19px;
	margin: 0px;
	color: black;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	color: #707070;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #707070;
}
#menu a:hover {
	color: #202020;
}

h1 {
	font-weight: normal;
	color: #101010;
	font-size: 24px;
}
h2 {
	font-weight: normal;
	color: #404040;
	font-size: 18px;
}
h3 {
        font-weight: normal;
        color: #404040;
        font-size: 14px;
}
td {
	font-size: 11px;
}
.maillist {
	width: 550px;
	overflow: crop;
}
#leftpane a {
	text-decoration: none;
	font-weight: bold;
	color: #404040;
}
#leftpane a:hover {
	color: black;
}
a img {
	border: none;
}
