body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	background-image: url(images/bg.jpg);
}
body,td,th {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}
a:link {
	color: #FF0099;
	text-decoration: none;
}
a:visited {
	color: #FF0099;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.nav:link {
	font-size: 14px;
	color: #99FFFF;
	text-decoration: none;
	font-weight: bold;
}
.nav:visited {
	font-size: 14px;
	color: #99FFFF;
	text-decoration: none;
	font-weight: bold;
}
.nav:hover {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}


/**
 * ah4Box specific styles
 */
.ah4Box-overlay {
	background:none repeat scroll 0 0 #000000;
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	height:100%;
	width:100%;
}
.ah4Box-popup {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
}
.ah4Box-loader {
	position: absolute;
	width: 32px;
	height: 32px;
	background-image: url(./images/ah4box/loader.gif);
}
.ah4Box-image {
	display: none;
	position: absolute;
}
.ah4Box-close {
	width: 29px;
	height: 29px;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url(./images/ah4box/close.png) no-repeat 0 0;
}
.ah4Box-btn-next, .ah4Box-btn-prev {
	width:69px;
	height:20px;
	position:absolute;
	bottom:9px;
	cursor: pointer;
	background: transparent url(./images/ah4box/controls.png) no-repeat 0 -1px;
	display: none;
}
.ah4Box-btn-next {
	right: 5px;
}
.ah4Box-btn-prev {
	right: 80px;
	background-position: left bottom;
}
.ah4Box-desc, .ah4Box-count {
	position:absolute;
	font-family:Tahoma,Verdana;
	font-size:13px;
	color:#666666;
}
.ah4Box-desc {
	bottom:20px;
	left:11px;
	font-weight:bold;
}
.ah4Box-count {
	bottom:5px;
	left:10px;
}