#page {
	width: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}
td {
	text-align: justify;
	vertical-align: top;
	font-family: Arial;
	font-size: 12px;
	color: #606060;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	cursor: crosshair;
	color:#fff;
}

.thumbnail {
position: relative;
cursor: crosshair;
z-index: 0;
}

.thumbnail: hover {
background-color: transparent;
z-index: 50;
}

.thumbnail span { /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: 150px;
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: -230px;
z-index: 50;
left: 150px;
}
a {
	text-decoration: underline;
	color: #111b70;
}

a:hover  {
	color: #6B70BD;
	text-decoration : underline;
}

h3 {
	color: #3D429E;
	font-weight: bold;
	font-size : 20px;
	font-family:Tahoma;
}

.noborder {
	border-width:1px;
	border-color:#f3f3f3;
	border-style:dashed;
	overflow:auto;
}

.footer, a.footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #969696;
}