.bg {
	background-color: #464646;
}
.orangebg {
	background-color: #e48f09;
}
.copyrighttext {
	font-family: Tahoma;
	font-size: 9px;
	color: #c8c8c8;
}
.whitecontent {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;

}
.whitetitle {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.orangetitle {
	font-family: Tahoma;
	font-size: 12px;
	color: #e48f09;
}
.whitebg {
	background-color: #FFFFFF;
}
.content {
	font-family: Tahoma;
	font-size: 12px;
	color: #464646;
}
.linkover {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF9900;
	text-decoration: underline;
}


.linkover:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.bigtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #e48f09;
	font-weight: normal;

}
.border {
	border: 1px solid #666666;
	background-color: #FFFFFF;

}
/*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: white;
padding: 5px;
left: -1000px;
border: 1px 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: 0;
left: -160px; /*position where enlarged image should offset horizontally */

}


/* CSS Document */

