body {
	font-family: Arial;
	font-weight: bold;
	color: black;
    background-color: White;
}

a img {border: none; }

a:link {
	font-family: Arial;
	font-weight: bold;
	      color: Black;
		}
a:vlink {
	font-family: Arial;
	font-weight: bold;
	      color: Black;
		}

#topheader {
background-color:white;
width:700px;
height:18px;
position:relative;
margin-bottom:0px;
}

#header {
background-color:white;
background-image:url('header.jpg');
width:700px;
height:72px;
position:relative;
margin-bottom:0px;
}

#footer {
background-color:white;
background-image:url('footer.jpg');
width:700px;
height:25px;
margin-bottom:0px;
}

/* Image gallery onmouseover */		
			DIV#event_image {
				text-align:center;
				width:700px;}
			DIV#event_image .left {
				border: solid; border-color:
				#DDDDDD; border-width: 0px;

				width:300px;
				float:left;}
			DIV#event_image .right {
				float:left;
				margin-top:1px;}

			DIV#product_info {
				float:inherit;
				margin-top:5px;
				text-align:left;
				}



td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
-moz-opacity: 0.3;
opacity: 0.3;
}