@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 10px auto 10px auto;
	text-align: center;
	background-color: #333333;
	color: #CCCCCC;
}

a{
	color: #CCCCCC;
}

#container {
	width: 1000px;
	margin: auto; 
	text-align: center;
}

#content {
	width: 1000px;
	text-align: left;
	overflow: hidden; /* clearance */
	display: table;	
	margin-top: 7px;
}

div#mini-mini {
	width:900px;
	margin:auto;
	text-align:center;
}
._hr{border-bottom:#d6e7f3 1px solid;}

.red{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}

.mini{
	font-size: 9px;
}
