@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#CCCCCC;
}
.divsky { background:url(_imgs/layout/bkg_sky.jpg); background-repeat:repeat-x; width:100%; height:372px; }
.divroad { background:url(_imgs/layout/bkg_road.jpg); background-repeat:repeat-x; width:100%; height:247px; }
#apDiv1 {
	position:absolute;
	left:7.5%;
	top:14px;
	width:974px;
	z-index:1;
	height: 123px;
}
#apDiv2 {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:1;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
a:link {
	color: #0B64B4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0B64B4;
}
a:hover {
	text-decoration: underline;
	color: #0B64B4;
}
a:active {
	text-decoration: none;
	color: #0B64B4;
}