@charset "UTF-8";
body,td,th {
	font-size: small;
	color: #666;
	font-family:'Myriad Pro', 'Delicious', sans-serif;
	line-height: 2em;
}
a {
	font-size: small;
	color: #F93;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F93;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: xx-large;
	color: #F90;
	font-weight: bold;
	letter-spacing: 0.2em;
}
h2 {
	font-size: medium;
	color: #F90;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .3em;
}
#apDiv1 {
	position:absolute;
	line-height: 1.3;
	left:50px;
	top:25px;
	width:960px;
	height:auto;
	z-index:1;
	padding: 10px;
	border: thin solid #CCC;
}
h1,h2,h3,h4,h5,h6 {
	font-family:'Myriad Pro', 'Delicious', sans-serif;
}