* {
	margin:0;
	padding:0;
	outline:none;
}
body {
	font-family:Verdana, Geneva, Helvetica;
	font-size:11px;
	color:#333333;
	background:#000;
}
#father {
	width:938px;
	margin:0 auto;
	background:#fff;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
	color: #d40a00;
}
a:focus {
	outline:none;
}
table {
	width:100%;
	border:1px solid #000;
	border-collapse:collapse;
}
tr {
	background:#ceeffe;
}
tr.light {
	background:#F6F6F6;
}
td {
	border:1px solid #000;
	padding:3px;
}
ul {
	list-style:none;
}
li {
	float:left;
}
.clear {
	clear:both;
}
img {
	border:none;
}
p {
	text-indent:22px;
}
.more {
	display:block;
	width:55px;
	text-align:right;
	color:#a41f1f;
	float:right;
}
.more:hover {
	color:#a41f1f;
}
#no-margin {
	margin:0;
}
#no-border {
	border:none;
}
.bold {
	display:block;
	height:20px;
	line-height:20px;
	font-weight:bold
}

