@charset "utf-8";
/* CSS Document */

body {
	/* background: #393041; */
	background:#fff;

	line-height:22px;
	font-size:14px;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
}

img {
	border:none;
	margin:0px;
	padding:0px;
}


/* Normal link */
a {
	color: #6000a0;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	/* color: #333333;*/
	text-decoration: underline;
}

a img,a img:visited{
	border:1px #fff solid;

}


a img:hover{
	border:1px #999 dashed;

}


#footer .menu li{
	display:inline;
	margin:0px;
	border-right:1px #fff solid;
	padding:0px 10px;
	line-height:18px;
}

#footer .menu li a,#footer .menu li a:visited{
	color:#fff;
	font-size:12px;
	text-decoration:none;
}

#footer .menu li a:hover{
	color:#fd9c04;
}

#footer .url {
	margin:10px 0px;
	font-size:16px;
	font-weight:bold;
}

#footer .copy {
	color:#fff;
	font-size:12px;
}

#footer .url a,#footer .url a:visited{
	color:#e93c2b;
	
}

#footer .url a:hover{
	color:#fff;
}


