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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #1f1f1f;
	background-image: url(../images/bg_all.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #333;
}

.content {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}

hr {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #850807;
	border-right-color: #850807;
	border-bottom-color: #850807;
	border-left-color: #850807;
}.number {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
.contact {
	background-image: url(../images/card.jpg);
	background-repeat: no-repeat;
	background-position: 250px top;
}
.uniform_text {
	color: #FFF;
}
.red_header {
	color: #830101;
}

.border {
	border: 1px solid #E6E6E6;
	color: #860200;
}
.price {
	color: #FC3;
	font-size: 14px;
}chart {
	color: #FFC;
}
.csr {
	background-image: url(../images/csr_main.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;