@charset "utf-8";
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 95%;
	text-align: center;
	padding-bottom: 30px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	color: #444;
	line-height: 150%;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	font-size: 90%;
	font-weight: normal;
}
.SubTitle {
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	font-size: 90%;
	top: 50%;
	position: relative;
	left: 450px;
}
#Wrapper {
	width: 730px;
}
.AirmixLogo {
	position: relative;
	top: -20px;
}

#Header {
	height: 87px;
	padding: 10px;
}
#Content {
	padding-left: 100px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#Footer {
	text-align: right;
	font-size: 80%;
}
body, td, th {
	font-size: small;
}
A:link {
	color:#469C23;
	text-decoration:underline;
}
A:visited {
	color:#469C23;
	text-decoration:underline;
}
A:active {
	color:#469C23;
	text-decoration:underline;
}
A:hover {
	color:#66CC33;
	text-decoration:underline;
}
