html body{
	background:url(img/bg.jpg) repeat-y #fff center top
	
}


.txt12pxBlkGrey {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
}
.txt12pxBlk {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
}
.heading {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.heading2 {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #2a7500;
}
a:link {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #48b100;
	text-decoration: none;
}
a:visited {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #48b100;
	text-decoration: none;
}
a:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}


p{
	padding-left:10px;
	padding-right:20px;
}

li{
	padding-right:20px;	
}

a img{
	border:none;	
}
