body,table,tr,td,p,input,select,textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size  : 11px;
}

a
{
	color          : #ffffff;
	text-decoration: none;
}

a:hover
{
	color          : #CC0033;
	text-decoration: underline;
}

.cs {	/* aligns to Center, text in Silver */
	color: silver;
	text-align: center;
}

.ls {	/* aligns to Left, text in Silver */
	color: silver;
	text-align: left;
}

.cw {	/* aligns to Center, text in White */
	color: #ffffff;
	text-align: center;
}

.lw {	/* aligns to Left, text in White */
	color: #ffffff;
	text-align: left;
}

.cg {  /* aligns to Center, text in Gold */
	color: gold;
	text-align: center;
}

.lg {  /* aligns to Center, text in Gold */
	color: gold;
	text-align: left;
}

.cgl {  /* aligns to Center, text in Gold, text large */
	color: gold;
	text-align: center;
	font-size  : 14px;
}

.l {  /* text large */
	font-size: 13px;
}

.faq_questions {
	color: silver;
	font-size: 13px;
	font-weight: bold;
}

.faq_answers {
	color: #ffffff;
	font-size: 11px;
	font-style: italic;
}