a{
	color:#151515;
	text-decoration:none;
}
a.red_link{
	padding-bottom:1px;
	color:#e90000;
	border-bottom:1px dotted #e90000;
	display: inline-block;
}
body{
	margin:0;
	padding:15px 0 0 0;
	color:#353535;
	line-height:16px;
	background-color:#eeeeee;
}
#outContainer{
	margin:30px auto;
	padding:0 19px;
	width:900px;
	border:1px solid line;
	text-align:left;
}
.cursor{
	cursor:pointer;
}
.commonFont{
	font-family:Arial;
}
.normalTxt{
	font-size:15px;
}
.bigTxt{
	font-size:19px;
	font-weight:bold;
}
.clearboth{
	clear:both;
}
.centerLayout{
	margin:0 auto;
}
.pb15{
	padding-bottom:15px;
}
.roundImg{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:10px !important;
}
