/* CSS Document */

body{ margin:0px; background:#1C1C1C; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; }
a:link {
	color: #fb9800;
	text-decoration: none;
}
a:visited {
	color: #fb9800;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #fb9800;
	text-decoration: none;
}
.huise {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fb9800;
}
.huangse {
	border-bottom-style: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fb9800;
}

.yellowtitle{
	color:#fb9800;
	font-weight:bold;
	text-transform: uppercase;
}
.whitetitle{
	color:#ffffff;
	font-weight:bold;
	text-transform: uppercase;
}
.top a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.top a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.top a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.top a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.photo{
	border: 1px solid #FF9900;
}