#appHeadline {
	font-family: arial; 
	font-size: 16px;
	color: #FFFFFF; 
	letter-spacing: 1.5; 
	line-height: 2;
	font-weight: bold;
	width: 400px;
}

#appContent {
	font-family: arial; 
	font-size: 12px;
	color: #FFFFFF; 
	letter-spacing: 1.5; 
	line-height: 1.5;
	width: 400px;
}

#appContent2 {
	font-family: arial; 
	font-size: 12px;
	color: #FFFFFF; 
	letter-spacing: 1.5; 
	line-height: 1.5;
	width: 400px;
	display: none;
}

#appHelpHeadline {
	font-family: arial; 
	font-size: 16px;
	color: #FFFFFF; 
	letter-spacing: 1.5; 
	line-height: 2;
	font-weight: bold;
}

#appHelpContent {
	font-family: arial; 
	font-size: 12px;
	color: #FFFFFF; 
	letter-spacing: 1.5; 
	line-height: 1.5;
}

.appSubhead {
	font-family: arial; 
	font-size: 12px;
	color: #FFFFFF; 
	letter-spacing: 1.5;
	line-height: 1.25;
	font-weight: bold;
	padding: 10px 0 px 4px 0px;
}

.appQuestion {
	font-family: arial; 
	font-size: 12px;
	color: #FFFFFF; 
	letter-spacing: 1.5;
	line-height: 1.25;
	font-weight: normal;
}

.appAnswerNumber {
	font-family: arial; 
	font-size: 12px;
	color: #FFFFFF; 
	letter-spacing: 1.5;
	line-height: 1.25;
	font-weight: normal;
	width: 20px;
}

.appAnswers {
	font-family: arial; 
	font-size: 12px;
	color: #FFFFFF; 
	letter-spacing: 1.5;
	line-height: 1.25;
	font-weight: normal;
	margin: 0px 0px 7px 40px;
	display: block;
}

.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;
}