@charset "utf-8";
/* Reset HTML Elements *//* ----------------------------------------- */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
	margin:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	padding: 0;
	margin: 0;
}
fieldset, img {border:0}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal
}
ol, ul, li {list-style:none}
q:before, q:after {content:''}
* {outline: none;}
strong {font-weight: bold}
em {font-style: italic}
a img {border:none}
/*-General Styles------------------------------------------*/
body a,body  a:visited {
	text-decoration:none !important;
}
a:hover {text-decoration:none;}
a:active {
	/* border: none;
	border: 0; */
}
p {
	font:normal 11px/18px Tahoma, Geneva, sans-serif;
	color:#636363;
}
p a, p a:visited {
	text-decoration:none;
}
.clear {clear: both;}
.right{float:right;}
.left{float:left;}
.strong{ font-weight:bold;}