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

body{
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Tahoma;
	font-size:12px;
	line-height:18px;
	background:url(../images/home.jpg) no-repeat center top #edfddf;
	overflow-x:hidden;
}
::selection {
	background-color: #00CCFF;
	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;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
h1{
	font-size: 18px;
	font-weight: normal;
	color: #06b1f0;
	padding-bottom: 10px;
	margin-top: 9px;
	font-family: volt;
}
h2{
	font-size: 24px;
	font-weight: normal;
	color: #06b1f0;
	padding-bottom: 19px;
	margin-top: 9px;
	font-family: volt;
}
h3{
	font-size: 24px;
	font-weight: normal;
	color: #000;
	padding-bottom: 19px;
	margin-top: 9px;
	font-family: volt;
	text-align: left;
}
h4{
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 8px;
	color: #3CF;
}
h5{
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 8px;
	color: #C00;
	text-align: left;
}

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;
}
red{
	color:#CC0000;
}
blue{
	color:#06F;
}
black{
	color:#000;
}
@font-face
{
	font-family:volt;
	src: url('../fonts/volt.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;
}
/******TABLE******/
.faqtable {
	margin:0px auto;
    padding:0px;
	width:50%;
	border:1px solid #898989;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}.faqtable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.faqtable tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.faqtable table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.faqtable table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.faqtable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.faqtable tr:hover td{
	
}
.faqtable tr:nth-child(odd){ background-color:#ffffff; }
.faqtable tr:nth-child(even)    { background-color:#ffffff; }.faqtable td{
	vertical-align:middle;
	
	
	border:1px solid #898989;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:10px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.faqtable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.faqtable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.faqtable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.faqtable tr:first-child td{
	border:0px solid #898989;
	text-align:left;
	border-width:0px 0px 1px 1px;
	font-size:12px;
	font-family:Arial;
	color:#000;
}
.faqtable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.faqtable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
/*-------------------------------------------------------------------*/
