.gray-bg {
	background-image: url(gray-bg.jpg);
	background-repeat: repeat-x;
}
.main-txt {
	font-family: tahoma;
	font-size: 11px;
	color: #353535;
}
.album {
	background-image: url(album1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.dot-line {

	background-image: url(dot-line.jpg);
	background-repeat: repeat-y;
}
.title-txt {
	font-family: tahoma;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
}
.imp {

	font-family: tahoma;
	font-size: 11px;
	color: #990000;
}
.white-txt {
	font-family: tahoma;
	font-size: 11px;
	color: #CCCCCC;
}

