html {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	background-color: black;
	background-position: 0 0px;
	font-weight: bold;
	color: black;
	font-size: 10px;
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url(ao-bg3.jpg);
}

#ao-title {
	margin-left: 20px;
	margin-top: 20px;
	padding-right: 5px;
	text-align: right;
	line-height: 15px;
	background-color: #BBBBBB;
	height: 15px;
	width: 250px;
	color: #000000;
}

.ao-subtitle {
	margin-top: 5px;
	margin-left: 20px;
	padding-right: 5px;
	text-align: right;
	line-height: 15px;
	background-color: white;
	width: 250px;
	color: #3D4749;
}

.ao-subtitle:hover {
	color: white;
	background-color: #3D4749;
}

.ao-subtitle:a {
	text-decoration: none;
}

.ao-subtitle:hover a {
	text-decoration: none;
	color: white;
}

a:link, a:visited {
	color: black;
	text-decoration: none;
}

a:active, a:hover {
	text-decoration: none;
	color: white;
}
