@charset "UTF-8";
	
h1 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #F57F29;
	text-align: left;
}
#apDiv2 {
	position:absolute;
	width:350px;
	height:500px;
	z-index:1;
	left: 513px;
	top: 126px;
	background-color: #FFF;
	filter:alpha(opacity=90);
	/* CSS3 standard */
    opacity:0.9;
	border: solid black 1px;
	overflow: auto;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	margin-right: 5px;
}

a {
	font-size: 12px;
	color: #F57F29;
}

a:visited {
	color: #F57F29;
}

a:hover {
	color: #360;
}

a:active {
	color: #633;
}
a:link {
	color: #360;
}

