body {
	background-image: url(images/bk_home.gif);
	background-repeat: repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.content{
	background-color: White;
	background-image: url(images/home2_13.jpg);
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 12px;
	text-align: justify;
	padding: 5px 25px 5px 25px;	
}
.product{
	background-color: White;
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 12px;
	text-align: justify;
	padding: 5px 25px 5px 25px;
	border: 1px solid #D0D7DD;
}
.Title{
	background-color: White;
	background-image: url(images/home2_11.jpg);
	background-repeat: no-repeat;
	color: #A52A2A;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 20px 25px 2px 25px;
}
.NameProduct{
	color: Navy;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
}
li{
	list-style: square outside;
	padding-bottom: 8px;
	vertical-align: middle;
}
	.question{
		font-weight:bold;	/* Bold font */		
		color: #FF0000;		/* The questions is in red */
		cursor:pointer;		/* Cursor is like a hand when someone rolls the mouse over the question */
	}
		
	.answer{
		/* Layout properties - You can change these */
		
		border: 1px solid #555555;
		padding: 3px 15px 3px 3px;
		width:450px;
		background-color:#E2EBED;
		
		/* This one should not be changed */
		display:none;	
	}
.TextBox {
	font-family: Arial;
	font-size: 12px;
	color: #364140;
	background-color: #F5FAF9;
	border: 1px solid #333333;
	padding : 3px;
}
.menuheader {
	background-color: #A2AC8A;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
}
.heade {
	background-color: #A52A2A;
	font-weight: bold;
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 16px;
	text-align: center;
	line-height: 39px;
	width: 500px;
	border: 1px solid #FFD700;
	}