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


.welcome_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.store_opening {
	background-image: url(images/store_home_gatebg.jpg);
	background-repeat: no-repeat; 
}
#welcome_content {
	line-height: 20px;
	width: 500px;
	padding-left: 50px;
	padding-top: 20px;
	font-size: 13px;
}
.reglinks {
	color: #0000FF;
	text-decoration: underline;
}
.reglinks a:link, .reglinks a:visited {
    text decoration: underline;
	color:#0000FF;
}
.reglinks a:hover {
    text decoration: underline;
	color:#ff0000;
}
.reglinks a:active {
    text decoration: underline;
	color:#0000FF;
}

