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

body{
	padding:0px;
	margin:0px;
	background:#fafafa url(../images/bottom_bg.png) no-repeat center bottom fixed;
	font-family:Arial, Verdana, Tahoma, "Times New Roman";
	font-size:13px;
	line-height:18px;
}
::selection {
	background-color: #FF6600;
	color: #fff;
}
::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
	background:#000;
}
 strong{
	 font-family:Arial, Verdana, Tahoma, "Times New Roman";
	 font-weight:bold;
 }
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background:#CCCCCC;
	border-radius:20px;
}
::-webkit-scrollbar-thumb:hover {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background:#999999;
	border-radius:20px;
}
::-webkit-scrollbar-thumb:window-inactive {
	background:#CCCCCC; 
}
::-webkit-scrollbar {
    width: 10px;
}
ul, li, form, h1, h2, h3, h4, h4, h6{
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
h1{
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin-bottom: -4px;
	padding-bottom: 20px;
	width: 62%;
	margin-top: 9px;
	text-align: left;
	font-family: Arial, Verdana, Tahoma, "Times New Roman";
}
h2{
	font-size: 16px;
	font-weight: normal;
	color: #000;
	padding-bottom: 10px;
	margin-top: 9px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	font-family: Arial, Verdana, Tahoma, "Times New Roman";
}
h3{
	font-size: 18px;
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #929292;
	padding-bottom: 10px;
	margin-top: 9px;
	text-align: left;
	font-family: Arial, Verdana, Tahoma, "Times New Roman";
	margin-bottom:10px;
}
h4{
	font-size: 17px;
	font-weight: normal;
	color: #FF5D08;
}
h5{
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	border-bottom: 1px solid #ccc;
	padding-bottom: 12px;
}
h6{
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
	font-weight: normal;
	padding-left: 14px;
	margin-top: auto;
	color: #FFF;
	background: #e52c15;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 96%;
	margin-bottom: auto;
	margin-left: 8px;
	margin-right: auto;
}
orange{
	color:#ff6400;
}
black{
	color:#000;
}
@font-face
{
	font-family:avandgrand;
	src: url('../fonts/avgrand.TTF');
}
a{
	outline:none;
}
.clear{
	clear:both;
}
a img{
	outline:none;
	border:none;
}
.more{
	width: 100%;
	/* [disabled]height:30px; */
	text-align: right;
	line-height: 30px;
	margin-top: 19px;
}
.more a{
	text-decoration: none;
	color: #fff;
	background: #000;
	border-radius: 70px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}
.more a:hover{
	color:#000;
	background:#ffac00;
}
