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,
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;*/
  }

body
  {
    line-height: 1.4;	
    font-family: tahoma, arial, sans-serif;
    font-size: 12px;
    color: #656565;
  }
div
  {
    overflow: hidden;
  }  
h1, h2, h3, h4, h5, h6
  {
    margin: 0.3em 0 0.3em 0;
    font-weight: normal;
  }
h1
  {
    margin-top: 0;
    margin-bottom: 10px;
		padding: 5px;
    /*font-family: times-new-roman serif;*/
    font-size: 19px;
    font-weight: normal;
		color: #616767;
		border-top: solid 1px #c7d0d2;
		border-bottom: solid 1px #c7d0d2;
  }
h2
  {
		margin: 0;
		margin-bottom: 10px;
		padding: 5px;
		font-size: 19px;
    font-weight: normal;
		color: #616767;
		border-top: solid 1px #c7d0d2;
		border-bottom: solid 1px #c7d0d2;
  }
h3
  {
    font-size: 18px;
    font-weight: normal;
    color: #575f5f;
		color: #616767;		
  }
h4
  {
		margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: #616767;
  }
h5
  {
    font-weight: bold;
    color: #2b517d;
  }
h6
  {
    font-weight: bold;
  }  
strong, b
  {
    font-weight: bold;
  }
em, italic
  {
    font-style: italic;
  }  
p
  {
    margin: 0 0 1em 0;
  }
sup, sub {
  font-size: 0.75em;
}  
ol, ul
  {
    padding-left: 5px;
    list-style: none;
    list-style-position: inside;
    margin: 0 0 1em 0;
  }
ul li
  {
   /* list-style-image: url(graphics/myslnik.png);*/
    margin-left: 8px;
    list-style: url(graphics/list-style.png);
		list-style-position: outside;
  }
ol
  {
    list-style-type: decimal;
  }
ol ol, ul ol
  {
    list-style-type: lower-alpha;
    margin: 0 0 0 1.5em;
  }  
ul ul, ol ul
  {
    margin: 0 0 0 1.5em;
  }
/* :focus {
	outline: 0;
}*/  
a:link, a:visited
  {
    color: #3996d7;   
    text-decoration: none;
  }
a:hover
  {
    color: #3f5c7b; 
    text-decoration: underline;
  }
h2 a, h2 a, h3 a, h4 a {
	color: inherit !important;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	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: "" "";
}
blockquote
{
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #535352;
}
