@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images-layout/BG-color.png);
	background-repeat: repeat-x;
	background-color: #002c75;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 28px;
	color: #002C75;
	text-align: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-image: url(images-layout/BG-h1.png);
	padding-right: 36px;
	margin: 0px;
	padding-top: 0px;
}
h2 {
	font-size: 20px;
	color: #002C75;
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-image: url(images-layout/BG-h2.png);
	padding-top: 0px;
	padding-left: 28px;
	margin: 0px;
	line-height: 30px;
}
a {
	color: #295499;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#BG-stars {
	background-image: url(images-layout/BG-stars.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#BG-body {
	background-image: url(images-layout/BG-body.png);
	background-repeat: repeat-y;
}
#menu {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 17px;
}
#menu a {
	color: #09224A;
	text-decoration: none;
}
#menu a:hover {
	color: #325DA1;
}
#AUCP {
	font-size: 10px;
	text-align: center;
	color: #999;
}
#AUCP a {
	color: #666;
	text-decoration: none;
	font-size: 13px;
}
#AUCP a:hover {
	text-decoration: underline;
}
.table1 {
	background-color: #EDF1F8;
	border: 1px solid #638CCB;
	font-size: 13px;
}
.table1 td {
	border: 1px solid #C1D5F0;
}
.table1 .title {
	font-size: 18px;
	color: #FFF;
	background-color: #224D93;
}

