@charset "utf-8";
/* CSS Document reset.css */

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;
}
body {
	line-height: 1;
}
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;
}

h1 {
  font-size: 130%;
}
h2 {
  font-size: 120%;
}
h3 {
  font-size: 110%;
}
/* standard css settings for templates */
table.tpl-data thead {
  font-weight:bold;
  background-color:#ccc;
}
table.tpl-data tfoot {
  font-style:italic;
}
table.tpl-data td {
  padding:2px 5px 2px 10px;
  border:1px solid #ccc;
}
.tpl-doc {
  padding: 1em 4em 1em 1em;
  line-height: 140%;
}
.tpl-doc ul, .tpl-doc p, .tpl-doc h1, .tpl-doc h2, .tpl-doc h3 {
  padding: 1em 0 1em 0;
}
.tpl-doc ul {
  padding-left: 1em;
	list-style:disc inside;
}
.tpl-doc ol{
  padding-left: 1em;
  list-style:decimal inside;
}
.tpl-doc dd{
  padding-left: 1em;
}
.tpl-doc li{
  padding-bottom: 0.5em;
}

img.link {
  text-decoration: none;
}
/* end of standard css settings for templates */
