ul,li,ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin:0;
	padding:0;
}
body {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	line-height:inherit;
	text-align:inherit;
	background:#f2f2f2;
}
h1,h2,h3,h4,h5,p {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	line-height:inherit;
	text-align:inherit;
	color:inherit;
}
ul,li {
	font-family:inherit;
	font-size:14px !important;
	font-size:inherit;
	font-weight:inherit;
	line-height:24px !important;
	line-height:inherit;
	text-align:inherit;
}
ul {
	list-style-type:square;
}
b {
	font-family:inherit;
	font-size:inherit;
	line-height:inherit;
	text-align:inherit;
	color: #06c;
}
/*--------------------------------------------------------------------------------------------------------------------------------------*/
a:visited {
	text-decoration:none;
	color:#000;
}
a:active {
	text-decoration:none;
	color:#06c;
}
a:link {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:none;
	color:#06c;
}
/*--------------------------------------------------------------------------------------------------------------------------------------*/
::-webkit-scrollbar {
	width:10px;
}
::-webkit-scrollbar-track {
	background:#dcdcdc;
}
::-webkit-scrollbar-thumb {
	background:#a9a9a9;
}
::-webkit-scrollbar-thumb:hover {
	background: #9c9c9c;
}
/*--------------------------------------------------------------------------------------------------------------------------------------*/
input:focus {
	outline-color: transparent;
}
/*--------------------------------------------------------------------------------------------------------------------------------------*/
iframe {
	width:100%;
	height:100%;
	border: none;
}
/*--------------------------------------------------------------------------------------------------------------------------------------*/
table {
	font-family:helvetica;
	font-size:12px;
	line-height:35px;
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
	color:#fff;
}
tr:nth-child(2n) {
	background-color:rgba(0,37,86,.02);
}
tr:nth-child(2n+1) {
	background-color:#fff;
}
th {
	padding-left:25px;
	text-align:left;
	color:#000;
	background-color:#fff;
}
td {
	height:35px;
	padding-left:25px;
	text-align:left;
	color:#000;
}
tr {
	background:#fff;
}
input {
	height:100%;
	/* padding-left:24px; */
	/* color:#000; */
	/* border:none; */
	background: #fff;
}