HTML , BODY {
	margin:0px;
	padding:0px;
	overflow:auto;
}

A {
	text-decoration: none;
	color: #666666;
 }
 A:hover {
	text-decoration: none;
	color: #9999FF;
 }

#flash

 {
	margin:0px;
	padding:0px;
 }

#footer 
 {
	color:#CCCCCC;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	text-align:center;

 }
 
 /* Cognisage - For Gallery Menu Buttons */

.linkopacity img {
    opacity: 0.75;
    margin-bottom:10px;
}

.linkopacity:hover img {
    opacity: 1.0;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom:10px;
}

.linkopacity img {
    filter:alpha(opacity=75);
}

.linkopacity:hover img {
    filter:alpha(opacity=100);
}

