/* CONTENT CSS Document */
/*  default content styles are defined in default.css */

/* CONTENT */
#seperator_horizontal{
		width:100%; height:1px; background-color: #e7e6d1; margin-top: 20px;
}

#seperator_vertical{
	width:1px; height:100%; background-color: #e7e6d1;
}

/*  FAQ  */
.faq_list_header         { color: #333333; font-style: normal; font-weight: bold; font-size: 14px; line-height: 12px; }

.faq_list_div         { color: #333333; font-size: 12px; line-height: 20px; background-color: #f2f2e6; }
.faq_list_item A:link	 { color: #333333; text-decoration: underline  }
.faq_list_item A:visited  { color: #333333; text-decoration: underline }
.faq_list_item A:hover    { color: #333333; text-decoration: none }
.faq_list_item A:active   { color: #333333; text-decoration: underline  }


.faq_list_item          { color: #333333; font-size: 10px; font-weight: bold; line-height: 14px; }
A.faq_list_item:link	 { color: #333333; text-decoration: underline  }
A.faq_list_item:visited  { color: #333333; text-decoration: underline }
A.faq_list_item:hover    { color: #333333; text-decoration: none }
A.faq_list_item:active   { color: #333333; text-decoration: underline  }

/* Contact */
.contact_box          { color: #333333; font-style: normal; font-weight: normal; font-size: 12px; line-height: 18px; background-color: #f2f2e6;}
.contact_box a:link	  { color: #333333;  font-size: 12px; font-weight: bold; text-decoration: underline  }
.contact_box a:visited{ color: #333333;  font-size: 12px; font-weight: bold; text-decoration: underline }
.contact_box a:hover  { color: #333333;  font-size: 12px; font-weight: bold; text-decoration: none }
.contact_box a:active { color: #333333;  font-size: 12px; font-weight: bold; text-decoration: underline  }
