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