﻿body {
	 margin: 0px; 
	 background-image: url('siteart/Background.gif'); 
	 background-repeat:no-repeat;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.gallery {
	font-weight:bold;
	text-transform: uppercase;
	color:#fff;
	font-size:12pt;
}

#heading {
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 0px 10px 0px;
	vertical-align:top;
}

a:link, a:active, a:visited {
	color:#cc0033;
	text-decoration:underline;
}

a:hover {
	color:#000;
}


a.inv:link, a.inv:active, a.inv:visited {
	font-size:13px;
	font-weight:bold;
	color:#cc0033;
	text-decoration:none;
}

a.inv:hover {
	color:#000;
}


a.inv_title:link, a.inv_title:active, a.inv_title:visited {
	font-size:12pt;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

a.inv_title:hover {
	color:#cc0033;
}


.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
z-index: 100;
background-color: #E9FECB;
width: 200px;
}

.anylinkcss a:link {
display: block;
border-bottom: 1px solid black;
padding: 5px 5px 5px 5px;
text-decoration: none;
font-weight: bold;
}
.anylinkcss a:active {
}
.anylinkcss a:visited {

}
.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}

















