@charset "utf-8";
body {
	margin:0px;
	background-color: #222222;
	background-image:url(../graphics/back/pattern.gif);
	background-repeat:repeat;
}
a {
	color:#FFCE8C;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #FFCE8C;
	text-decoration: none;
}
a:hover {
	color:#F93;
}
.b {
	color:#222;
}
.b:link {
	text-decoration: none;
}
.b:visited {
	color: #222;
	text-decoration: none;
}
.b:hover {
	color:#888;
}
.c {
	color:#666;
}
.c:link {
	text-decoration: none;
}
.c:visited {
	color: #666;
	text-decoration: none;
}
.c:hover {
	color:#AAA;
}




.td:hover {
	background-color:#353535;
}
.navigation {
	background-color:#555;
	padding:4px;
}
.navigation:hover {
	background-color:#666;
}




.normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#CCCCCC;
}
.normal_small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
}
.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13pt;
	font-weight:bold;
	color:#CCCCCC;
}
.title_nb {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13pt;
	color:#CCCCCC;
}
.subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	color:#CCCCCC;
}

.subsubtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	font-style:italic;
	color:#CCCCCC;
}
.subsubtitle_nb {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style:italic;
	color:#CCCCCC;
}
.required {
	color:#FF5B5B;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#777777;
	text-align:center;
}



#body_back {
	background-image:url(../graphics/back/background.gif);
	background-repeat:repeat-x;
	min-height:622px;
	#height:622px;
}
#header {
	width:1150px;
	height:118px;
	padding-top:12px;
	margin:0 auto 0 auto;
	border:solid #000 1px;
	border-bottom:0px;
}
#buttons {
	width:1150px;
	height:22px;
	background-color:#333333;
	margin:0 auto 0 auto;
	margin-top:0px;
	border:solid #000 1px;
	border-top:0px;
	border-bottom:0px;
}
#content {
	background-color:#444444;
	width:1130px;
	margin:0 auto 0 auto;
	padding:10px;
	border:solid #000 1px;
	border-top:0px;
	border-bottom:0px;
}
#copyright {
	background-color:#3D3D3D;
	width:1130px;
	margin:0 auto 15px auto;
	padding:10px;
	border:solid #000 1px;
	border-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#777777;
	text-align:center;
}
.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;
}
