/* CSS Document */
body {
	font-family: Times New Roman, Times, sans-serif;
	font-size: 16px;
	color: #575757;
     }
a:link {
	color:#575757;
       }
a:visited {
	color:#575757;
          }
a:hover {
	color:#9F9F9F;
         }
td, th {
	font-family: Times New Roman, Times, sans-serif;
	font-size: 14px;
	border: 0px;
	}
.table{
		border-left-color : #C5C5C5;
		border-left-style : solid;
		border-left-width : 2px;
		border-right-color : #C5C5C5;
		border-right-style : solid;
		border-right-width : 2px;
		border-bottom-color : #C5C5C5;
		border-bottom-style : solid;
		border-bottom-width : 2px;
		border-top-color : #C5C5C5;
		border-top-style : solid;
		border-top-width : 2px;
	}
.linea	{
		border-bottom-color : #C5C5C5;
		border-bottom-style : solid;
		border-bottom-width : 1px;
}

.galleryThumbs img {
	border:1px solid #C5C5C5;
	padding:3px;
	margin:0 10px 10px 0;
}
