body {
	background-color: #FFFFCC;
	position: relative;
}

.Style1 {
	text-align: justify;
	position: relative;
	padding-top: 30px;
	visibility: visible;
}
.Style2 {
	text-align: justify;
	position: relative;
	z-index: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 722px;
	padding: 25px;
	font-style: normal;
	line-height: normal;
}
.link {
	font-weight: bold;
	color: #000000;
}
.Header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}
.text {
	text-align: justify;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: auto;
	line-height: normal;
	
}
.link_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
.text_margin5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 0px;
	color: #000000;
}
.table {
	text-align: left;
	margin: 25px auto auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
	left: -3px;
	border: none;
	width: 722px;
}
.table_colored {
	text-align: left;
	margin: 25px auto auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
	left: -3px;
	border: none;
	background-color: #FAD870;
}
.table_center_text {

	text-align: center;
	margin: 25px auto auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
	left: -3px;
	border: none;
}
.text_bold {
	text-align: left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: auto;
	line-height: normal;
	font-weight: bold;
}
.Header1_centered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FF0000;
}
.table_odsazena {
	padding-top: 14px;
	width: 720px;
}
.rotate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
}
.link_small_bold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #FF0000;
}
.Header1_centered_red {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.Header1_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #FF0000;
}
.link_small_gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #999;
}

.thumbnail{
position: relative;
z-index: 0;
color: #000000;
}

.thumbnail:hover{
background-color: transparent;
z-index: 90;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFCC;
padding: 5px;
top: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -299px;
left: 341px; /*position where enlarged image should offset horizontally */

}
.thumbnail2{
position: relative;
z-index: 0;
color: #000000;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 90;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFCC;
padding: 5px;
top: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 35px;
left: 265px; /*position where enlarged image should offset horizontally */

}


