/* Pages */
body, td {  
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;	
}

p {
	text-align: justify;
	width: 79%; 	
	padding-left: 25pt;
}

/* Zagolovky */
H1 {
	font-family: "Bookman Old Style", Times, serif;
	font-size: 16pt;
	background-color: white;
	margin-top: 0pt;
	margin-bottom: 0pt;	
	padding-left: 25pt;
	width: 85%; 
}

h2 {
	font-family: "Bookman Old Style", Times, serif;
	font-size: 13pt;
	color: #666666;
	background-color: white;
	width: 80%; 
	padding-left: 25pt;
}

h3 {
	font-family: "Bookman Old Style", Times, serif;
	font-size: 11pt;
	font-weight: normal;
	color: #666666;
	width: 80%; 
	padding-left: 25pt;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #666666; 
	border-style: solid none;
}
	
h4 {
	font-family: "Bookman Old Style", Times, serif;
	font-size: 9pt;	
	color: #666666;
	width: 100%; 
	margin-top: 0pt;
}

h5 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	letter-spacing: 2pt;
	line-height: 13pt;
	color: #666666;
	width: 80%; 
	padding-left: 25pt;
	border-color: #666666; 
	border-top-width: 1px;
	border-style: solid none none;
}

/* Fonts */
.times {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: none; 
	text-decoration: none;
}

.small {
	font-size: 7pt;
	font-weight: none; 
	text-decoration: none;
	color: #666666;
}

.normal {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: none;
	text-decoration: none;
	color: #666666; 
}

.new {
	color: black;
	background-color: #ffcc99;
	font-weight: none; 
	text-decoration: none;
}

.big {
	font-family: 'Bookman Old Style', Times, serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: #666666; 
}

.paradox {
	font-family: "Bookman Old Style", Times, serif;
	font-size: 12pt;
	line-height: 15pt;
	text-decoration: none;
	color: #666666;
	width: 80%;
	padding-left: 25pt; 
	border-top-width: 1px;
	border-color: #666666; 
	border-style: solid none none;
}

/* Links */
a:hover {
	color: black;
	background-color: #ffcc99;
}

/* Images */
img.gray { 
	border-top-width: 9pt;
	border-bottom-width: 9pt;
	border-left-width: 31pt;
	border-right-width: 31pt;
	border-color: white; 
	border-style: ridge;
}

img.rid { 
	border-top-width: 6pt;
	border-bottom-width: 6pt;
	border-left-width: 26pt;
	border-right-width: 26pt;
	border-color: white; 
	border-style: ridge;  
}
img.mid { 
	border-top-width: 6pt;
	border-bottom-width: 6pt;
	border-left-width: 18pt;
	border-right-width: 18pt;
	border-color: white; 
	border-style: ridge;  
}