a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}


html{
  height: 100%;
}
body {
  min-height: 100%;
}



html,
body {
-webkit-font-smoothing: antialiased;
text-rendering: optimizelegibility;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}


body {
  margin: 0;
  
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}



ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {

	margin-left: auto;
	margin-right: auto;
	
	
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}



/* `* #Typography
================================================== */
body {
	
	color: #33333;
	font-family:  "Helvetca Neue", Helvetica, 'Liberation Sans', FreeSans, sans-serif;
	
	font-size: 13px;
	line-height: 1.4;
	font-weight: normal;
	
}	h1, h2, h3, h4, h5, h6 {
	
	
	
}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; font-weight: 400;}
	h1 { font-size: 25px; line-height: 28px; margin-bottom: 14px;font-weight: 300;}
	h2 { font-size: 16px; line-height: 21px; margin-bottom: 10px; font-weight: 400;}
	h3 { font-size: 21px; line-height: 22px; margin-bottom: 8px;font-weight: 400; }
	h4 { font-size: 19px; line-height: 18px; margin-bottom: 4px;font-weight: 600; }
	h5 {line-height: 12px; font-size: 17px;font-weight: 600;
}
	h6 { font-size: 14px; line-height: 15px; font-weight: 800;}
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
/* `Headings
----------------------------------------------------------------------------------------------------*/

/*h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}*/

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 5px;
}







form							{position:relative; }
form ul  {

	list-style-type: none;
}
legend							{ padding-bottom: 18px; }
label							{ width: 100%; position: relative; top: 5px; margin-bottom: 10px; line-height: 16px; display: block; }
input {
	line-height: 24px;
	border: 1px solid gray;}
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="select"],
input[type="search"]			{ width: 100%; margin-bottom: -1px; display: block; }

input[type="radio"]				{ top: -1px; margin: 0 4px 3px 1px; }
input[type="checkbox"]			{ top: -2px; margin: 0 4px 3px 1px; }
input[type="file"]				{ margin: 0px 6px 3px 6px; }

input[type="submit"],
input[type="reset"],
input[type="button"]			{ position: relative; top: 5px; margin-bottom: 18px;cursor:pointer;
}

select							{ display: block; margin: 0px; width: 100%;line-height: 24px;padding: 5px; }
textarea	                    { display: block; margin: 0px;
	border: 1px solid gray;}
 }


/******************** Table ********************/
table								{ border-collapse: collapse; border-top: solid 3px #000; position: relative; margin-top: 18px; }

th, td								{ line-height: 18px; padding: 9px 18px 8px 0; }
thead th, thead td					{ padding-top: 7px; }
tfoot th, tfoot td					{ padding-bottom: 8px; }
tbody th, tbody td,
tfoot th, tfoot td					{ border-top: solid 1px #000; }
 
th:first-child, td:first-child		{ padding-left: 0; }
th:last-child, td:last-child		{ padding-right: 0; }

/*tr:nth-child(even) td				{ }
tbody tr:nth-child(odd) th,
tbody tr:nth-child(odd) td			{ background: rgba(0, 0, 0, 0.035); }*/

caption								{ top: 5px; margin-bottom: 18px; }
.regbtn{font-size: 19px; line-height: 36px; margin-bottom: 4px;font-weight: 600; text-decoration: none; }

table a{
  text-decoration: none;
}







