@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(images/enter_bg_new.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-top: 0px;
	margin: 0px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}

