*{
	margin:0px;
	padding:0px;
}
body{
	text-align:center;
	background:url(../images/bg.jpg) repeat-x #faeef2;
}
table{
	margin:0 auto;
}
td{
	text-align:left;
}
.td_center{
	text-align:center;
}
img{
		border:0px;
}
span{
	color:#333333;
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
}
a{
	color:#333333;
	font-size:12px;
	text-decoration:none;
	line-height:18px;
	letter-spacing:1px;
}
a:hover{
	color:#fa3ca4;
	text-decoration:underline;
}
.view{
	color:#999999;
}
.blue{
	color:#4c6288;
}
.pink{
	color:#cd508f;
}