/* CSS Document */

.fotoModule table tr {
	background-image: url(/images/hr.gif);
	width: 100%;
	background-repeat: repeat-x;
	background-position: bottom;	

	}
	
.fotoModule table tr td {
	background-position: bottom;	
	padding-top: 2px;
	padding-bottom: 2px;
	}

.fotoModule table {
	background-image: url(/images/hr.gif);
	width: 100%;
	background-repeat: repeat-x;
	background-position: top;	
	}
	
.fotoModule a {
	color: #21485C;
	text-decoration: none;
	}
	
.fotoModule a:hover {
	color: #21485C;
	text-decoration: underline;
	}
