@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images-layout/BG-color-1.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #050F21;
	font-size: 14px;
}
a {
	color: #576997;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.menu {
	font-weight: bold;
	line-height: 25px;
	margin-top: 0px;
	margin-left: 8px;
	font-size: 16px;
}
.menu a {
	color: #1C2842;
	text-decoration: none;
}
.menu a:hover {
	color: #566896;
}
#BG-image {
	background-image: url(images-layout/BG-trees.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.AUCP {
	font-size: 12px;
	line-height: normal;
}
.AUCP .code {
	font-size: 9px;
}

.table {
	background-color: #CCD2E1;
	border: 1px solid #556795;
	font-size: 13px;
}
.table td {
	border: 1px solid #96A3C2;
}
.table .title {
	font-size: 16px;
	background-color: #9EA9C7;
	font-weight: bold;
}


H1 {
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2C3A5A;
	font-size: 24px;
	text-align: right;
}

#BG-body {
	background-image: url(images-layout/Body-1.png);
	background-repeat: repeat-y;
}

