﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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,
input, textarea, select {
	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;*/
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma; /*font-family: "Budmo Jiggler"; */ color: #3f402b; font-size: 14px; line-height: 18px; 
}
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: "" "";
}
/* Nexwork default */
a { text-decoration: none; color: #0e5091; }
legend { display: none; }
em { font-style: italic; }
strong { font-weight: bold; }
.paragraph .text ul { margin-bottom: 10px; padding-left: 20px; list-style: square; }
.paragraph .text ol { margin-bottom: 10px; padding-left: 20px; list-style: decimal; }
.paragraph sup, .paragraph sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 90%; 
}
.paragraph sup { bottom: 5px; }
.paragraph sub { top: 4px; }

/*Vinzzz*/
/*
fieldset, input, textarea, select { border: 1px solid orange; }
*/
