.bg1 {
	background-image: url(images/bgd_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	font-family: tahoma;
	font-size: 14px;
	color: #000000;
}

.bg2 {
	background-image: url(images/bgd_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	font-family: tahoma;
	font-size: 14px;
	color: #000000;
} 

.bg3 {
	background-image: url(images/bgd_3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	font-family: tahoma;
	font-size: 14px;
	color: #000000;
}

.bg4 {
	background-image: url(images/bgd_4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	font-family: tahoma;
	font-size: 14px;
	color: #000000;
}

a:link {
	color : #000000;
	text-decoration: none;
}

a:visited {
	color : #000000;
	text-decoration: none;
}

a:hover {
	color : #990000;
	text-decoration: underline;
}
.text {
	font-family: tahoma;
	font-size: 14px;
	color: #000000;
	padding: 0px;
}
