.menu a img{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	border: 0px;
}

.menu a:hover img{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	border: 0px;
}

.menu a.active img{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	border: 0px;
}

a img{
	border:0;
}

a{
	color:#000000;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	
}

.bottom {
	margin-top: 10px;
	color: #6f6c6a;
	font-size: 10px;
}

.title {
	margin-top: 5px;
	color: #6f6c6a;
	font-size: 16px;
	font-family:Arial;
}

.title  a{
	margin-top: 5px;
	color: #6f6c6a;
	font-size: 16px;
	font-family:Arial;
	text-decoration:none;
}

.title  a:hover{
	margin-top: 5px;
	color: #000000;
	font-size: 16px;
	font-family:Arial;
	text-decoration:none;
}

.images {

	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;

}

.images a:hover img{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.page {
	margin-top: 5px;
	color: #6f6c6a;
	font-size: 14px;
	font-family:Arial;
}

.page  a{
	margin-top: 5px;
	color: #6f6c6a;
	font-size: 14px;
	font-family:Arial;
	text-decoration:none;
}

.page  a:hover{
	margin-top: 5px;
	color: #000000;
	font-size: 14px;
	font-family:Arial;
	text-decoration:none;
}
