/* CSS Document */

BODY {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-repeat: repeat;
						 scrollbar-arrow-color:#2F4472;
					 scrollbar-base-color:#FFFFFF;
					 scrollbar-shadow-color:#424242;
					 scrollbar-face-color:#FFFFFF;
					 scrollbar-highlight-color:#A3A3A3;
					 scrollbar-darkshadow-color:#2F4472;
					 scrollbar-3dlight-color:#A3A3A3;
}
.sub-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #131212;
}
.sub-heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #131212;
}
.quick-search-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #9ce401;
	height: 19px;
	width: 130px;
}
.main-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.form-textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #9ce401;
	width: 200px;
}
.search-textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	width: 375px;
	height: 18px;
}
.form-textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #9ce401;
	width: 350px;
	height: 120px;
}

ul {
	list-style-type:none;
	list-style-image:none;
	margin-left: 0;
}

li.question {
	margin-left: 0;
	border-style:solid;
	border-width:thin;
	border-color:#666666;
	margin-bottom: 3px;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
