.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFCC;
}
.headline_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.main_text2 {
	font-family: Arial, Helvetica, sans-serif;
}
.headline_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF0000;
}
.archive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FF0000;
}
.directory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
body {
	color: #000000;
	background-color: #999966;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFC;
	padding: 5px;
	left: -1000px;
	border: 1px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
	width: 424px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -50px;
left: 50px; /*position where enlarged image should offset horizontally */
}.invisible_text {
	font-size: 0px;
	color: #996;
}
.underline {
	text-decoration: underline;
}

