#outer {
	height: 100%;
	width: 500px;
}
#container {
	text-align: center;
}
#flashcontent {
	display: block;
	margin: 0 auto;
	padding: 0;
}
#altcontent {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 500px;
}
#outer p {
	color: #E6E6E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 0 1.3em 0;
}
#outer strong {
	font-weight: bold;
}
#outer em {
	font-style: normal;
	font-weight: bold;
}
#outer .mainImage {
	margin: 20px 0;
}

#outer .text_title_wrap {
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	margin: 0 auto 30px auto;
	text-align: center;
	width: 500px;
}
#outer .text_title {
	color: #013E6B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 0;
	text-align: center;
}
#outer .text_bottom_wrap {
	border-top: solid 1px #666666;
	margin: 20px auto 0 auto;
	text-align: center;
	width: 500px;
}
#outer .text_bottom {
	color: #E6E6E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 0;
	text-align: center;
}
