/* CSS Document */

/* ========== Text Styles ========== */
body, table /* Normal text */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-style: normal;
 font-weight: normal;
 color: #333;
 text-decoration: none;
}

/* Topic Styling */
body#faq {margin:0px; padding:0}

#faq_other, #faq_send, #faq_get, #faq_spend, #faq_web, #faq_company {height:200px; background:url(faq_qa.gif) 0 0 no-repeat;}
/*
#faq_send {height:200px; background:url(faq_send_topic.gif) 0 0 no-repeat;}
#faq_get {height:200px; background:url(faq_get_topic.gif) 0 0 no-repeat;}
#faq_spend {height:200px; background:url(faq_spend_topic.gif) 0 0 no-repeat; }
#faq_web {height:200px; background:url(faq_web_topic.gif) 0 0 no-repeat; }
#faq_company {height:200px; background:url(faq_company_topic.gif) 0 0 no-repeat; }
*/

#faq_topic { padding:50px 20px 10px 90px}
#faq_topic_rt {background:url(faq_qa_bg.gif) 0 0 repeat-x;}
#faq_topic h1 {color:#6699cc; font-family:Arial, Helvetica, sans-serif; font-size:18px; margin-top:0px}
.faq_h_space { height:50px}
