body {
	behavior:url(/styles/hoverfix.htc);	
	background:#170c0a url(/images/bg_dummy.jpg) repeat-y center bottom;
	margin:0px;
	font-family:Verdana, Tahoma, Arial;
}

.bg {
	background:url(/images/bg_repeat.jpg) repeat-y center top;
	/*width:1200px;
	margin-left:auto;
	margin-right:auto;*/
}

.bg_repeat {
	background:url(/images/bg_main.jpg) no-repeat center bottom;
	/*width:1200px;*/
}

.footer {
 width:100%;
	 background:url(/images/bg_footer.jpg) no-repeat center top;
	/*width:1200px;
	margin-left:auto;
	margin-right:auto;	*/
}

.footer_repeat {
	/*background:url(/images/bg_footer.jpg) no-repeat center top;
	width:100%;*/
	margin: 0 auto;
	width:1015px;
}

.footer_min_height {
	width:0px; 
	height:176px;	
}

.bottom_logos {
	background:url(/images/bottom_logos_home.gif) no-repeat left bottom;
}

/* POPUP */
.popupBG {
	background-image:url(/images/popupbg.gif); 
	background-repeat:no-repeat; 
	width:315px; 
	height:120px; 
	table-layout:fixed;
}	

.popupTitle {
	height:25px; 
	color:white; 
	font-weight:bold; 
	font-family:Tahoma; 
	font-size:8pt; 
	margin:0px; 
	line-height:25px;
	padding-left:9px;
	cursor:pointer;
}

.popupClose {
	margin:0px;
	width:29px;
	height:25px;
	_padding-top:4px;
	/*line-height:25px;*/
}

.popupContent {
	background-image:url(/images/ok.gif); 
	background-position:8px 12px;
	background-repeat:no-repeat; 
	padding-left:45px; 
	padding-top:8px;
	_padding-top:12px;
	padding-right:5px; 
	height:40px; 
	color:black; 
	font-family:Tahoma; 
	font-size:9pt;
}

.popupDownloadButton {
	padding-bottom:10px; 
	height:30px;
}

.footerlink:link, .footerlink:hover, .footerlink:visited {
        color:#ffffff;
}

#downloadPrompt{display:none;}