#appHeadline {
	font-family: arial; 
	font-size: 16px;
	color: #FFFFFF; 
	letter-spacing: .75px; 
	line-height: 2;
	font-weight: bold;
	width: 400px;
}

#appContent {
	font-family: arial; 
	font-size: 12px;
	color: #FFFFFF; 
	letter-spacing: .75px; 
	line-height: 1.5;
	width: 400px;
}

#appContentHelp {
	font-family: arial; 
	font-size: 12px;
	color: #FFFFFF; 
	letter-spacing: .75px; 
	line-height: 1.5;
	width: 400px;
}

#appFooter {
	font-family: arial; 
	font-size: 12px;
	color: #FFFFFF; 
	letter-spacing: .75px; 
	line-height: 1.5;
	padding-top: 15px;
	width: 400px;
	display: none;
}

.app:link {
	font-family: arial; 
	font-size: 12px;
	color: #CCFFFF; 
	letter-spacing: .75px; 
	line-height: 1.5;
}
.app:active {
	font-family: arial; 
	font-size: 12px;
	color: #CCFFFF; 
	letter-spacing: 1.5px; 
	line-height: 1.5;
}
.app:visited {
	font-family: arial; 
	font-size: 12px;
	color: #FF6600; 
	letter-spacing: .75px; 
	line-height: 1.5;
}
.app:hover {
	font-family: arial; 
	font-size: 12px;
	color: #FFCC66; 
	letter-spacing: .75px; 
	line-height: 1.5;
}

#appContent li {
	padding: 20px 0 5px 0;
	list-style: none;
}

#appContent ol {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#appContent ol li {
	padding: 0px;
}

#appBulletedList li{
	padding: 5px 0 5px 0;
	list-style-type: disc;
}

#appSubmitButton {
	padding: 0 20px 0 0;
	float: right;
}
#appNextButton {
	padding: 0 20px 0 0;
	float: right;
}