@charset "utf-8";
body {
	margin:0px;
	margin-top:10px;
	margin-bottom:20px;
	background: #111111 url(../graphics/back/back_shade.jpg) top repeat-x;
	color:#111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}
a {
	color: #513f27;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #513f27;
	text-decoration: none;
}
a:hover {
	color: #BBBBBB;
}

a:link img {
border-color:#333333;
}
a:hover img {
border-color:#666666;
}
a:visited img {
border-color:#333333;
}
a:active img {
	border-color:#666666;
}




.normal {
	color:#111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}
.normal_small {
	color:#111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
}
.title {
	color:#111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
}
.title_nb {
	color:#111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
}
.subtitle {
	color:#111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
}
.subsubtitle {
	color:#111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	font-style:italic;
}
.subsubtitle_nb {
	color:#111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style:italic;
}
.copyright {
	color:#222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-align:center;
}
.required {
	color:#F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}




#header {
	width:100%;
	height:123px;
	background-color:#222222;
	text-align:center;
}
#buttons {
	width:1000px;
	background-color:#888888;
	margin: 0 auto 0 auto;
	text-align:center;
	border:0px;
}
#menu {
	width:800px;
	margin:0 auto 0 auto;
	background-color:#555555;
}
#content {
	width:960px;
	margin:0 auto 0 auto;
	background-color:#888888;
	padding:10px 20px 10px 20px;
}
.td {
	border-right:1px solid #111;
	border-bottom:1px solid #111;
}
.td:hover {
	background-color:#999999;
}
.td_n {
	border-right:1px solid #111;
	border-bottom:1px solid #111;
}
.button {
	border:1px #111111 solid;
	background-color:#AAAAAA;
	height:20px;
}
.fields {
	background-color:#BBB;
	border:1px #000 solid;
	color:#111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}