select {
	font-family:Verdana;
	font-size:9px;
	width:138px;
	color: #990000;
}
input{
	font-family:Verdana;
	font-size:9px;
	border: 1px solid white;
	background: #ffffff;
	color: #000000;
}
input.submit{
	border: 0px;
	background:#ffffff;
}
.Style1 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: verdana;
	text-decoration:none
}
textarea {
	font-family:Verdana;
	font-size:9px;
	border: 1px solid white;
	background: #ffffff;
	color: #000000;
}
.Style2 {
	font-size: 11px;
	font-family: verdana;
	color: #c72424;
}
.Style3 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: verdana;
	font-weight:bold
}
.Style4 {
	font-size: 12px;
	font-family: verdana;
	color: #c72424;
	font-weight:bold
}
.Style5 {
	color: #FFFFFF;
	font-size: 13px;
	font-family: verdana;
	font-weight:bold;
	text-decoration:none
}
.white{
	color: #FFFFFF;
	font-size: 14px;
	font-family: verdana;
	font-weight:bold;
	text-decoration:none
}
A:link {color: #FFFFFF; text-decoration:none}
A:visited {color: #FFFFFF;text-decoration:none}
A:active {color: #FFFFFF;text-decoration:none}
A:hover {color: #c72424;text-decoration:none}


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

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

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

.thumbnail:hover img{
border: 1px solid #990000;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
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*/
visibility: visible;
left: -150px; /*position where enlarged image should offset horizontally */
bottom: -420px;
z-index: 50;
}



