/* RESET */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/* styles for CMS html-editor
---------------------------------------------------------- */

p {
	background: none;
	color: #000000;
	font: normal 13px Arial, serif;
	line-height: 1.4em;
	/*letter-spacing: 1px;*/
	padding: 3px 0 5px 0;
}
pre {
	background: none;
	color: #000000;
	/*font: 105% Courier, sans-serif;*/
	font: 95% Courier, sans-serif;
	line-height: 1.3em;
	padding: 5px 0 5px 0;
	text-align: justify;	
}
h1 {
	background: none;
	color: #000000;
	font: normal 19px "Times New Roman",  serif;
	/*letter-spacing: 1px;*/
	line-height: 24px;
	padding: 3px 0 5px 0;
}
h2 {
	background: none;
	color: #000000;
	font: normal 17px "Times New Roman",  serif;
	/*letter-spacing: 1px;*/
	line-height: 20px;
	padding: 3px 0 5px 0;
}
h3 {
	background: none;
	color: #000000;
	font: normal 15px "Times New Roman",  serif;
	/*letter-spacing: 1px;*/
	line-height: 16px;
	padding: 3px 0 5px 0;
}
h6 {
	background: none;
	color: #000000;
	font: normal 15px "Times New Roman",  serif;
	/*letter-spacing: 1px;*/
	line-height: 14px;
	padding: 3px 0 5px 0;
}
ul {
	padding-left: 10px; 
}
li {
	font: normal 13px Arial, serif;
	line-height: 1.4em;
	/*letter-spacing: 1px;*/
	list-style-type: disc;
	margin-left: 5px; 
	padding-left: 0px;
	color: #000000;
}

ol {
	margin-left: 18px;
	/*padding-left: 10px;*/ 
}

ol li {
	font: normal 13px Arial, serif;
	line-height: 1.4em;
	/*letter-spacing: 1px;*/
	list-style-type: decimal;
	/*margin-left: 5px;*/ 
	padding-left: 0px;
	color: #000000;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a, a:link, a:visited {
	background: transparent;
	color: #afd400;
	font: normal 13px Arial, serif;
	font-style: normal;
	text-decoration: none;
}

a:hover, a:active {
	background: transparent;
	color: #afd400;
	font: normal 13px Arial, serif;
	text-decoration: underline;
}


/* ---------------------------------------------*/


