@charset "utf-8";
/* CSS Document */


#Layer1 {
	position:absolute;
	width:100%;
	height:30px;
	z-index:1;
}
#Layer2 {
	position:relative;
	width:800px;
	height:115px;
	z-index:2;
	background-color: #526466;
}
body {
	background-color: #526466;
}

.style2 {color: #AAD7D9}
.style3 {font-size: 12px}
.style4 {font-size: 9px}
.style5 {font-size: 10px}

body,td,th {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}
a:link {
	color: #AAD7D9; font-size: 14px;
}
a:visited {
	color: #B5CECE; font-size: 14px;
}
a:hover {
	color: #DCEEEF; font-size: 14px;
}
a:active {
	color: #DCEEEF; font-size: 14px;
}
h1 {
	font-size: 12px;
	color: #AAD7D9;
}
h2 {
	font-size: 16px;
	color: #000000;
}
