/* CSS Document */
body { background-image:   url(images/common/bg.gif);
       background-repeat:  repeat-x;
	   background-color:#ebecde;
	   font-size: 12px;}
	   
ul {
margin: 0 0 0 1px;
padding: 0;
}
	   
li {
	list-style-type:none;
	background-image: url(images/faq/q-mark.gif);
	background-repeat: no-repeat;
	background-position: 2% 38%;
	padding-left: 35px;
	margin-bottom: 10px; 
}

p{
line-height: 150%;
}

h1, h2, h3, h4, h5, h6{
	margin: 0px;
	padding: 0px;
	font-size: 120%;
}.smalltxt {
	font-size: 10px;
}
.stext {
	font-size: 10px;
}
