@charset "utf-8";
/* CSS Document */

/*-----------------------------*/
/*------------RESET------------*/
/* #footer_wide,
#sidebar,
#header_wide,
#content */
html,
body,
#header_wide div,
#header_wide span,
#header_wide h1,
#header_wide h2,
#header_wide h3,
#header_wide h4,
#header_wide h5,
#header_wide h6,
#header_wide p,
#header_wide blockquote,
#header_wide pre,
#header_wide a,
#header_wide abbr,
#header_wide address,
#header_wide em,
#header_wide img,
#header_wide strong,
#header_wide u,
#header_wide center,
#header_wide ol,
#header_wide ul,
#header_wide li,
#header_wide fieldset,
#header_wide form,
#header_wide label,
#header_wide legend,
#header_wide table,
#header_wide tbody,
#header_wide tfoot,
#header_wide thead,
#header_wide tr,
#header_wide th,
#header_wide td,
#sidebar div,
#sidebar span,
#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6,
#sidebar p,
#sidebar blockquote,
#sidebar pre,
#sidebar a,
#sidebar abbr,
#sidebar address,
#sidebar em,
#sidebar img,
#sidebar strong,
#sidebar u,
#sidebar center,
#sidebar ol,
#sidebar ul,
#sidebar li,
#sidebar fieldset,
#sidebar form,
#sidebar label,
#sidebar legend,
#sidebar table,
#sidebar tbody,
#sidebar tfoot,
#sidebar thead,
#sidebar tr,
#sidebar th,
#sidebar td,
#content div,
#content span,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content p,
#content blockquote,
#content pre,
#content a,
#content abbr,
#content address,
#content em,
#content img,
#content strong,
#content u,
#content center,
#content ol,
#content ul,
#content li,
#content fieldset,
#content form,
#content label,
#content legend,
#content table,
#content tbody,
#content tfoot,
#content thead,
#content tr,
#content th,
#content td {/*
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video{*/
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align:inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
/*body {
	line-height: 1;
}*/
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
td .border{padding:0px}
strong{font-weight:700 !important;}
a img{border:none}
/*-------------------------------------------*/