a
{
	color: #fff;
}

p
{
	color: #ccc;
	font-family: arial;
	font-size: 11px;
}

#flashContent
{
	position: relative;
	z-index: 100;
}
/*
#searchText
{
	width: 750px;
	margin: 0 auto;
	border: 1px solid #fff;
	height: 300px;
	font-size: 0.7em;
	position: relative;
	z-index: 10;
	margin-top: -500px;
	font-size: 0;
}
*/
#searchText
{
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}


#faqCon
{
	width: 800px;
	background-color: #fff;
	margin: 20px auto;
	border: 1px solid #ccc;
}


#faqCon h1
{
	background: #000 url(/images/gfx/ra_logo_black.jpg) no-repeat center center;
	color: #fff;
	background-color: #000;
	font-size: 1.9em;
	padding: 5px;
	line-height: 100px;
	margin-top: 3px;
}

#faqCon h2
{
	padding-left: 20px;
	color: #000;
	font-size: 1.5em;
}

#faqCon h3
{
	color: #666;
	margin: 3px;
}

#faqCon h3 a
{
	color: #666;
	text-decoration: none;
}

#faqCon p a,
#faqCon p
{
	color: #999;
	text-decoration: none;
	font-size: 13px;
}

#faqCon p em
{
	color: #000;
	font-weight: bold;
}


#faqCon p.homeBtn
{
	margin: 3;
}


#faqCon p.homeBtn a
{
	color: #000;
	text-decoration: underline;
	padding-left: 10px;
	margin: 0;
}

.faqLine
{
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 2px dotted #eee;
	margin-bottom: 10px;
}
