/* CSS Document */
body{
	background-color:#4c4331;
	margin:0px;
	padding:0px;
	color:#313131;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	border:none;
	outline:none;
	color:#333333;
	text-decoration:none
}
a:hover{
	text-decoration:underline;
}
a img{
	border:none;
}

.heading1 {
	color: #4c4331;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 24px;
}
.sub_heading {
	color: #313131;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
}
.list a{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
.list a:hover{
	text-decoration:underline;
}
.list{
	padding:0px;
	margin:0px;
	list-style:none;
	color:#FFFFFF;
}
.list li{
	padding:0px 0px 04px 35px;
	background:url(../images/bullet2.jpg) 0px 0px no-repeat; 
	line-height:22px;
}
.list li .list2 li{
	padding:05px 0px 0px 0px;
	background-image:none;
	list-style-type:disc;
	/*background:url(../images/bullet1.jpg) 0px 0px no-repeat; */
	line-height:22px;
}
.footer{
	padding:0px 0px 0px 315px;
	color:#FFFFFF;
	line-height:25px;
	height:27px;
	background:url(../images/base.jpg) 300px 0px no-repeat;
	background-color:#4c4331;
		font-size:11px;
}