@charset "utf-8";
/* CSS Document */

/*---- Question Styles Start ----*/
	.questions {
		width: 350px;
		margin: 0px 0px 18px 20px;
	}
	.questions a:link, .questions a:active, .questions a:visited {
		color:#80B816;
		font-weight:bold;
		text-decoration:none;
	}
	.questions a:hover {
		color:#5C6569;
		text-decoration: none;
		font-weight:bold;
	}
	.questions li {
		background-image:url(/images/menus/nav_arrow.gif);
		background-repeat: no-repeat;
		background-position: 0 1.4em;
		padding: 10px 5px 0px 8px;
		margin: 0px;
	}
	.questions ul {
		list-style-type: none;
		margin: .5em;
		padding: 0px;
	}
	.answer {
		position: relative;	
		width: 350px;
		margin-left: 40px;
		border-top: 1px solid #a7bbab;
	}
	.answer p {
		padding: 0px 8px 12px 4px;
	}
	.ques {
		margin:18px 0px 4px 0px;
		font-weight: bold;
		color: #80B816;
	}
	.top_but {
		position: relative;
		text-align:right;
		padding-bottom: 4px;
	}
/*---- Question Styles End ----*/



