/* reset */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    outline-style: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
html {
	min-height: 100%;
	width: 100%;
}
table td,
table th {
    vertical-align: top;
	padding:0px;
	border: 1px solid #e3e3e3;
	padding: 3px;
}
a{
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:hover {
	text-decoration: none;
	transition: 0.3s;
}
p {
	padding: 0 0 1% 0;
}
img {
	max-height: 100%;
	max-width: 100%;
	border: none;
}
input {
	vertical-align: middle;
	font-size: 0.80rem;
	font-weight: normal;
	line-height: 18px;
}
strong, b {
    font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	font-size: 0px;
	height: 0px;
}
address{
	font-style: normal;
}