html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img,
q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  margin: 0;
  background: #fff;
  color: #222;
  font-size: 75%;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  color: #111;
  font-weight: normal;
}

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

p           { margin: 0 0 1.5em; }

a:focus, 
a:hover     { color: #f27200; text-decoration: none; outline: none; }
a					  { color: #f27200; text-decoration: underline; outline: none; }

button { overflow: visible; width: auto; padding: 1px 3px; }
* html button { padding: 0 3px;}
* + html button { padding: 0 3px;}

strong      { font-weight: bold; }
em          { font-style: italic; }
sup, sub    { line-height: 0; }

li ul,
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 2.5em; }

ul          { list-style-type: square; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em; }

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

table, td, th { vertical-align: top; }

table       { margin-bottom: 1.4em; }
th          { font-weight: bold;}
th, td      { padding: 4px 10px 4px 9px; }
tfoot       { font-style: italic; }
caption     { }

table thead th { background-color: #eeefe1; border: 1px solid #eeefe1; }
table thead td { background-color: #eeefe1; border: 1px solid #eeefe1; font-weight: normal; }
table tbody th { border: 1px solid #eeefe1; }
table tbody td { border: 1px solid #eeefe1; font-weight: normal; }

table.no-border th,
table.no-border td  {
	padding: 0;
	border: 0;
}

table.middle th,
table.middle td  {
	vertical-align: middle;
}

.hide       { display: none; }
.center     { text-align: center; }
.small      { font-size: .9em;}
.grey       { color: #999;}

.left     	{ float: left; }
.right     	{ float: right; }
.last     	{ margin-bottom: 0; }

img.left		{ margin: 0 10px 10px 0; }
img.right		{ margin: 0 0 10px 10px; }