@charset "utf-8";

#registerTable h2{
	font-family:Times, "Times New Roman", serif;
	font-size:36px;
	font-weight:bold;
	letter-spacing:-2px;
	line-height:50px;
	color:#555;
}

#registerTable a {
	font-family:Times, "Times New Roman", serif;
	font-size:25px;
	letter-spacing:-1px;
	font-style:italic;
	text-decoration:none;
	text-transform:lowercase;
	line-height:30px;
	color:#F00;
	position:relative;
	top:-5px;
	left:50px;
}

#registerTable a:hover {
	color:#FC6;
}

#registerTable ul {
	list-style-image:url("/images/new_site/list-arrow.png");
	list-style-position:inside;
}

#registerTable li {
	line-height:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#333;
}

#registerTable p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#666;
	line-height:20px;
	margin-bottom:20px;
}