.font {
    color:#ffffff;
	font-size:9px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
		}
a.font {
	text-decoration: none;
	}
	
.font2 {
    color:#000000;
	font-size:9px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	.font3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4C4B49;

	}
	.font4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	font-weight:bold;

	}
	.font5 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#990000;
	font-weight:bold;

	}
a.link {
    color: #000000;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
}

a.link:hover {
	color: #e60002;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
}

ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 1px;
	width: 660px;
}
ul.thumb li {
	margin: 0; padding: 1px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 150px;
	height: 150px;
}
ul.thumb li img {
	width: 100px; height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #000000;
	padding: 1px;
	background: #f0f0f0;
	position: absolute;
	left: 8px; top: 9px;
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}
.form {
	 font-size: 11px;
	 color:#ffffff;	 
	 background-color: #990000;
	 border: 1px solid #000000;
	}
