* {
	margin:0;
	padding:0;
	outline:none;
}
html{
	background:#3c3c3c;
}
body {
	font-family:Verdana, Geneva, Helvetica;
	font-size:11px;
	color:#333333;
	width:1003px;
	margin:0 auto;
	background:#fff;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#0084d2;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:focus{
	outline:none;
}
tr {
	background:#ceeffe;
}
tr.light {
	background:#F6F6F6;
}
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;
}

