/* CSS Document */
body {
	background-image:url(/templates/www/images/main_bg.gif);
	background-color:#4E5968; 
	background-position:top; 
	background-repeat:repeat-x;
	margin:0px;
	font-family:tahoma;
	font-size:11px;
}
.page_logo{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/templates/www/images/page2.png');
	width:570px; height:84px;
	background-repeat:no-repeat;
}
.page_logo[class]{
	background: url(/templates/www/images/page2.png) no-repeat center center;
	width:570px; height:84px;
}
.element{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/templates/www/images/signup_bg.png');
	width:478px; height:154px;
	background-repeat:no-repeat;
	z-index:1;
}
.element[class]{
	background: url(/templates/www/images/signup_bg.png) no-repeat center center;
	width:478px; height:170px;
	z-index:1;
}
/* CSS Document */
.left_footer {
	float:left; 
	width:570px; 
	height:40px
}
.right_footer {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/templates/www/images/aca_company.png');
	margin-left:630px;
	height:34px
}
.right_footer[class] {
	background:url(/templates/www/images/aca_company.png) no-repeat center;
	margin-left:630px;
	height:34px;
}
.TextFoot {
	color:#8696A9;
	letter-spacing:1px;
}
.TextFoot1 {
	color:#414852;
	font-weight:bold;
}
div#top {
	display:none;
}
a.botlink:link, a.botlink:visited, a.botlink:hover{
	text-decoration:none;
	color:#4B617E;
}



