body {
	background-color: #ECECEC;
	background-image: url('../images/vbg.jpg');
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center;
	}

td, body, div, input, textarea, select {
	font-family: arial, tahoma;
	font-size: 11px; 
	color: #797979; 
	line-height: 1.5; 
	text-align: justify; 
	}

input, textarea, select {
	background: transparent; 
	border: solid 1px #ECECEC;
	}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #0096FF;
	}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #33556D;
	}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #0096FF;
	}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #797979;
	}

.hidden {
	display: none;
	}

.heading {
	font-family: arial, tahoma;
	font-size: 14px; 
	line-height: 1.5;
	color: #797979;
}

.thumbnail {
	border: 1px solid #797979;
}

.thumbnails a:hover {
	position: relative;
 	top: 1px;
  	left: 1px;
}