body {
	background-color: #FFF;
	background-image: url('../images/bg.gif');
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center;
}

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

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

a:link {
	text-decoration: underline;
	color: #000000;
	}

a:visited {
	text-decoration: italics;
	font-style: italic;
	color: #000000;
	}

a:active {
	text-decoration: none; 
	color: #000000;
	}

a:hover {
	text-decoration: none;
	color: #000000; 
	}

.row1 {
	background: transparent;
}

.row2 {
	background-color: #E0E0E0;
}

.hidden {
	display: none;
}

.noborder {
	border: none;
}

.heading {
	font-family: georgia, times new roman;
	font-size: 21px; 
	line-height: 1.5;
	color: #FFF;
}

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

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