.BKG {
	background-image: url(bkg.jpg);
	background-repeat: repeat-x;
}
.TopBar_Bkg {
	background-image: url(topbkg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
.bottom_bkg {
	background-image: url(bottom_bkg.jpg);
	background-repeat: repeat-x;
}
.right_x_bkg {
	background: url(right_x_bkg.jpg) left top;
	background-repeat: repeat-x;
	background-position:left;
}
.right_y_bkg {

	background: url(right_y_bkg.jpg) left top;
	background-repeat: repeat-y;
}
.Ad_boxes {
	background-image: url(flash_box.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

