/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html {
	-webkit-text-size-adjust: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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: baseline;
}
sub, sup {
	position: relative;
	font-size: 50%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.8em;
}
sub {
	bottom: -.25em;
}
p {
	margin-top: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	padding-left: 20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, img, input, textarea, select {
	outline: none;
	text-decoration: none;
}
.clr {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	vertical-align: middle;
	border: 0;
}
input, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
/*table*/
table {
	border-collapse: collapse;
	margin: 20px 0;
	margin-top: 0;
	width: 100%;
}
td, th {
	padding: 10px 15px;
	border: 1px solid #D4DFE3;
	vertical-align: middle;
}
th {
	background-color: #e6e6e6;
	white-space: nowrap;
	padding: 10px 30px;
}
tbody th {
	background-color: #7d7d7d;
}
tbody tr {
	border: 1px solid #afe6e6;
}
/* align image */
.alignnone {
	margin: 5px 20px 5px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 5px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 5px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
