/************************************************welcome meassage at start of page************************/
#bodycontent .welcome_message {
	font-size:12px;
	margin-left:1.5em;
	margin-right:1.5em;
}
/********************************************************faq outer table*********************************/
#faq {
	border:1px solid #CCCCCC;
	width:670px;
	padding: 6px;
	font-size:12px;
	margin:1.5em;
}
/*******************************************************faq inner table left****************************/
#faq_left {
	font-size:12px;
	padding:5px;
}
/*******************************************************faq inner table right***************************/
#faq_right {
	font-size:12px;
	padding:5px;
}
/******************************************************Headings is Odering, Postage etc ******/
.headings {
	font-family:verdana;
	font-size:12px;
	font-weight:bolder;
	color:#0000CC;
}
/****************************************for the the answers to the question ******************************/
.answers {
	font-size:12px;
	color:#333333;
	margin-left:1.5em;
	margin-right:1.5em;
}
/*******************************************links back to the top of the page******************************/
#bodycontent .top_of_page_link {
	text-align:left;
	font-size: 10px;
	margin-left: 1.5em;
}
