@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000f24;
	background-image: url(images/BG1-grad.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	background-image: url(images/h1-BG.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #264B83;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	text-align: right;
	padding-right: 40px;
	padding-top: 10px;
}
a {
	color: #3C629B;
	text-decoration: none;
}
a:hover {
	color: #85A3CF;
	text-decoration: underline;
}


#BG-stars {
	background-image: url(images/BG1-stars.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#BG-body {
	background-image: url(images/bodyBG.png);
	background-repeat: repeat-y;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#menu a {
	color: #001F4D;
	text-decoration: none;
}
#menu a:hover {
	color: #436CA9;
}
#AUCP {
	font-size: 10px;
	text-align: center;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
}
#AUCP a {
	font-size: 12px;
	color: #334F7A;
	text-decoration: none;
}
#AUCP a:hover {
	color: #809FCE;
}
#body {
	margin-right: 20px;
	margin-left: 20px;
}
.chart {
	background-color: #F1F1EF;
	border: 1px solid #4974B4;
	font-size: 13px;
}
.chart td {
	border: 1px solid #4A75B5;
}
.chart .title {
	font-weight: bold;
	background-color: #1B4480;
	color: #FFF;
	font-size: 16px;
}
.chart .title-sub {
	font-weight: bold;
	background-color: #D1D1D1;
}

